You are here

public function PhaseObserverInterface::enterBootPhase in X Autoload 7.5

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

5 methods override PhaseObserverInterface::enterBootPhase()
DrupalCoreRegistryRegistrator::enterBootPhase in src/Phases/DrupalCoreRegistryRegistrator.php
Enter the boot phase of the request, where all bootstrap module files are included.
ExtensionNamespaces::enterBootPhase in src/Phases/ExtensionNamespaces.php
Enter the boot phase of the request, where all bootstrap module files are included.
HookXautoload::enterBootPhase in src/Phases/HookXautoload.php
Enter the boot phase of the request, where all bootstrap module files are included.
HookXautoloadEarly::enterBootPhase in src/Phases/HookXautoloadEarly.php
Enter the boot phase of the request, where all bootstrap module files are included.
LibrariesOnInit::enterBootPhase in src/Libraries/LibrariesOnInit.php
Enter the boot phase of the request, where all bootstrap module files are included.

File

src/Phases/PhaseObserverInterface.php, line 41

Class

PhaseObserverInterface
Observes switching into specific "phases" of a Drupal process.

Namespace

Drupal\xautoload\Phases

Code

public function enterBootPhase();