You are here

public function DrupalCoreRegistryRegistrator::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/DrupalCoreRegistryRegistrator.php, line 27

Class

DrupalCoreRegistryRegistrator

Namespace

Drupal\xautoload\Phases

Code

public function enterBootPhase() {

  // Nothing.
}