EntityDisplayBase::$initialized

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Entity/EntityDisplayBase.php \Drupal\Core\Entity\EntityDisplayBase::initialized

A boolean indicating whether or not this display has been initialized.

Type: bool

File

core/lib/Drupal/Core/Entity/EntityDisplayBase.php, line 127

Class

EntityDisplayBase
Provides a common base class for entity view and form displays.

Namespace

Drupal\Core\Entity

Code

protected $initialized = FALSE;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.