You are here

public function LibrariesOnInit::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/Libraries/LibrariesOnInit.php, line 49

Class

LibrariesOnInit
Registers autoload mappings from all libraries on hook_init(), or after the first cache miss.

Namespace

Drupal\xautoload\Libraries

Code

public function enterBootPhase() {

  // Nothing.
}