Skip to main content

get_hook_plugins

Method
This is a method of the PluginManager class in the plugins module.
Get plugins that handle a specific hook

Signature

def get_hook_plugins(&self, hook: PluginHook) -> Vec<String>

Parameters

hook
PluginHook
required
No description available.

Returns

Returns
Vec<String>
The result of the operation.