You are here

function xautoload_BootSchedule_Interface::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.

2 methods override xautoload_BootSchedule_Interface::initMainPhase()
xautoload_BootSchedule_Default::initMainPhase in lib/BootSchedule/Default.php
Init the phase where all *.module files are loaded, and run hook_xautoload() on all modules that implement it.
xautoload_BootSchedule_Proxy::initMainPhase in lib/BootSchedule/Proxy.php
Init the phase where all *.module files are loaded, and schedule the running of hook_xautoload() on all modules that implement it.

File

lib/BootSchedule/Interface.php, line 15

Class

xautoload_BootSchedule_Interface

Code

function initMainPhase();