You are here

public function DrupalCoreRegistryRegistrator::enterMainPhase in X Autoload 7.5

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

Overrides PhaseObserverInterface::enterMainPhase

File

src/Phases/DrupalCoreRegistryRegistrator.php, line 34

Class

DrupalCoreRegistryRegistrator

Namespace

Drupal\xautoload\Phases

Code

public function enterMainPhase() {

  // Nothing.
}