You are here

private property DrupalPhaseControl::$observers in X Autoload 7.5

Type: PhaseObserverInterface[]

File

src/Phases/DrupalPhaseControl.php, line 23

Class

DrupalPhaseControl
Records events during a Drupal request, and forwards them to the registered observers after the first class loader cache miss.

Namespace

Drupal\xautoload\Phases

Code

private $observers;