You are here

function xautoload_BootSchedule_Default::initMainPhase in X Autoload 7.3

Init the phase where all *.module files are loaded, and run hook_xautoload() on all modules that implement it.

Overrides xautoload_BootSchedule_Interface::initMainPhase

File

lib/BootSchedule/Default.php, line 37

Class

xautoload_BootSchedule_Default

Code

function initMainPhase() {
  $this->helper
    ->invokeRegistrationHook('xautoload');
}