You are here

public function HookXautoloadEarly::enterBootPhase in X Autoload 7.5

Enter the boot phase of the request, where all bootstrap module files are included.

Overrides PhaseObserverInterface::enterBootPhase

File

src/Phases/HookXautoloadEarly.php, line 53

Class

HookXautoloadEarly
A variation of hook_xautoload() that fires very early, as soon as a *.module file is included, but only once per module / request.

Namespace

Drupal\xautoload\Phases

Code

public function enterBootPhase() {

  // @todo Call hook_xautoload() on bootstrap modules, if in bootstrap phase.
}