Hooks really need to be able to return values - simplest way to achieve this is likely to just return a list containing returned items from each method.
Hooks really need to be able to return values - simplest way to achieve this is likely to just return a list containing returned items from each method.
novirium
added this to the v0.3 milestone 6 years ago
Hooks really need to be able to return values - simplest way to achieve this is likely to just return a list containing returned items from each method.
Done. Calling a hook returns a dict, where each key corresponds to the plugin the return value came from.