You are here

protected property ConfigEntityStorage::$entities in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php \Drupal\Core\Config\Entity\ConfigEntityStorage::entities

Static cache of entities, keyed first by entity ID, then by an extra key.

The additional cache key is to maintain separate caches for different states of config overrides.

Type: array

Overrides EntityStorageBase::$entities

See also

\Drupal\Core\Config\ConfigFactoryInterface::getCacheKeys().

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php, line 92
Contains \Drupal\Core\Config\Entity\ConfigEntityStorage.

Class

ConfigEntityStorage
Defines the storage class for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

protected $entities = array();