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
See also
\Drupal\Core\Config\ConfigFactoryInterface::getCacheKeys().
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php, line 88
Class
- ConfigEntityStorage
- Defines the storage class for configuration entities.
Namespace
Drupal\Core\Config\EntityCode
protected $entities = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.