protected property LanguageManager::$initializing

Whether already in the process of language initialization.

@todo This is only needed due to the circular dependency between language and config. See http://drupal.org/node/1862202 for the plan to fix this.

Type: bool

File

drupal/core/lib/Drupal/Core/Language/LanguageManager.php, line 46
Contains \Drupal\Core\Language\LanguageManager.

Class

LanguageManager
Class responsible for initializing each language type.

Namespace

Drupal\Core\Language

Code

protected $initializing = FALSE;