Static cache of entities, keyed by entity ID.
Type: array
File
- core/lib/Drupal/Core/Entity/EntityStorageBase.php, line 17
Class
- EntityStorageBase
- A base entity storage class.
Namespace
Drupal\Core\Entity
Code
protected $entities = array();
Static cache of entities, keyed by entity ID.
Type: array
Drupal\Core\Entity
protected $entities = array();
Please login to continue.