You are here

function xautoload_BootSchedule_Proxy::initMainPhase in X Autoload 7.3

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

Overrides xautoload_BootSchedule_Interface::initMainPhase

File

lib/BootSchedule/Proxy.php, line 17

Class

xautoload_BootSchedule_Proxy

Code

function initMainPhase() {
  $this
    ->proxyScheduleOperation(__FUNCTION__);
}