You are here

protected property DrupalKernel::$prepared in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/DrupalKernel.php \Drupal\Core\DrupalKernel::prepared

Whether essential services have been set up properly by preHandle().

Type: bool

File

core/lib/Drupal/Core/DrupalKernel.php, line 135

Class

DrupalKernel
The DrupalKernel class is the core of Drupal itself.

Namespace

Drupal\Core

Code

protected $prepared = FALSE;