You are here

private property DrupalPhaseControl::$mainPhase in X Autoload 7.5

TRUE, if in main phase.

Type: bool

File

src/Phases/DrupalPhaseControl.php, line 41

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 $mainPhase = FALSE;