protected property 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 87

Class

ConfigEntityStorage
Defines the storage class for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

protected $entities = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!Entity!ConfigEntityStorage.php/property/ConfigEntityStorage::entities/8.1.x