You are here

public function PhaseObserverInterface::enterMainPhase in X Autoload 7.5

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

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

File

src/Phases/PhaseObserverInterface.php, line 46

Class

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

Namespace

Drupal\xautoload\Phases

Code

public function enterMainPhase();