interface CustomEventAwareInterface (View source)

Methods

setHookManager(HookManager $hookManager)

Set a reference to the hook manager for later use

callable[]
getCustomEventHandlers(string $eventName)

Get all of the defined event handlers of the specified name.

Details

setHookManager(HookManager $hookManager)

Set a reference to the hook manager for later use

Parameters

HookManager $hookManager

callable[] getCustomEventHandlers(string $eventName)

Get all of the defined event handlers of the specified name.

Parameters

string $eventName

Return Value

callable[]