DrupalKernel::$isEnvironmentInitialized

Whether the PHP environment has been initialized.

This legacy phase can only be booted once because it sets session INI settings. If a session has already been started, re-generating these settings would break the session.

Type: bool

File

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

Class

DrupalKernel
The DrupalKernel class is the core of Drupal itself.

Namespace

Drupal\Core

Code

protected static $isEnvironmentInitialized = FALSE;
doc_Drupal
2016-10-29 09:02:56
Comments
Leave a Comment

Please login to continue.