Issue #2098129 by er.pushpinderrana, drupal_sensei | joachim: Fixed DrupalDefaultEntityController::$entityCache should explain its structure.
parent
b16acb2a02
commit
4de4bad6d2
|
@ -16,7 +16,7 @@ use Drupal\Core\Entity\Query\QueryInterface;
|
|||
abstract class EntityStorageBase extends EntityControllerBase implements EntityStorageInterface, EntityControllerInterface {
|
||||
|
||||
/**
|
||||
* Static cache of entities.
|
||||
* Static cache of entities, keyed by entity ID.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue