You are here

function xautoload_BootSchedule_Helper_Interface::invokeRegistrationHook in X Autoload 7.3

Invoke hook_xautoload or another registration hook on all modules that implement it.

Parameters

string $hook: E.g. 'xautoload' for hook_xautoload().

1 method overrides xautoload_BootSchedule_Helper_Interface::invokeRegistrationHook()
xautoload_BootSchedule_Helper_Base::invokeRegistrationHook in lib/BootSchedule/Helper/Base.php
Invoke hook_xautoload or another registration hook.

File

lib/BootSchedule/Helper/Interface.php, line 12

Class

xautoload_BootSchedule_Helper_Interface

Code

function invokeRegistrationHook($hook);