plugin_hook_event_names(
plugin: PluginInstance,
) -> tuple[str, ...]| Name | Type | Description |
|---|---|---|
plugin* | PluginInstance | Plugin whose declarations should be inspected. |
List the hook events a plugin declares, for display before it loads.
Only events Hooks v2 recognizes are returned, so the plugin manager never advertises a hook that the loader will later reject.