Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.

Rust Hooks

Rust Events

Rust Callbacks

Rust Plugins