Issue #2098129 by er.pushpinderrana, drupal_sensei | joachim: Fixed DrupalDefaultEntityController::$entityCache should explain its structure.

8.0.x
Alex Pott 2014-07-07 14:42:07 +01:00
parent b16acb2a02
commit 4de4bad6d2
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/