You are here

namespace Drupal\xautoload\Phases in X Autoload 7.5

Classsort descending Location Description
DrupalCoreRegistryRegistrator src/Phases/DrupalCoreRegistryRegistrator.php
DrupalPhaseControl src/Phases/DrupalPhaseControl.php Records events during a Drupal request, and forwards them to the registered observers after the first class loader cache miss.
ExtensionNamespaces src/Phases/ExtensionNamespaces.php
HookXautoload src/Phases/HookXautoload.php A variation of hook_xautoload() that fires
HookXautoloadEarly src/Phases/HookXautoloadEarly.php A variation of hook_xautoload() that fires very early, as soon as a *.module file is included, but only once per module / request.
PhaseObserverInterface src/Phases/PhaseObserverInterface.php Observes switching into specific "phases" of a Drupal process.