get_hook_plugins
Method
This is a method of the PluginManager class in the plugins module.Get plugins that handle a specific hook
Signature
Parameters
No description available.
Returns
The result of the operation.
get_hook_plugins: Get plugins that handle a specific hook
This is a method of the PluginManager class in the plugins module.Get plugins that handle a specific hook
def get_hook_plugins(&self, hook: PluginHook) -> Vec<String>