This is the complete list of members for Elgg\PluginHooksService, including all inherited members.
__construct(EventsService $events) | Elgg\PluginHooksService | |
backup() | Elgg\HooksRegistrationService | |
checkDeprecation($name, $type, array $options=[]) | Elgg\HooksRegistrationService | protected |
clearHandlers($name, $type) | Elgg\HooksRegistrationService | |
getAllHandlers() | Elgg\HooksRegistrationService | |
getMatcher($spec) | Elgg\HooksRegistrationService | protected |
getOrderedHandlers($name, $type) | Elgg\HooksRegistrationService | |
hasHandler($name, $type) | Elgg\HooksRegistrationService | |
OPTION_DEPRECATION_MESSAGE | Elgg\HooksRegistrationService | |
OPTION_DEPRECATION_VERSION | Elgg\HooksRegistrationService | |
REG_KEY_HANDLER | Elgg\HooksRegistrationService | |
REG_KEY_INDEX | Elgg\HooksRegistrationService | |
REG_KEY_PRIORITY | Elgg\HooksRegistrationService | |
registerHandler($name, $type, $callback, $priority=500) | Elgg\PluginHooksService | |
restore() | Elgg\HooksRegistrationService | |
trigger($name, $type, $params=null, $value=null, array $options=[]) | Elgg\PluginHooksService | |
triggerDeprecated($name, $type, $params=null, $value=null, $message=null, $version=null) | Elgg\PluginHooksService | |
unregisterHandler($name, $type, $callback) | Elgg\PluginHooksService | |