From 89d7c05e210ee82bba924f682ab6aca97c4fbaba Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 15 Jul 2014 09:20:41 -0700 Subject: Issue #2098129 by er.pushpinderrana, drupal_sensei, Berdir, joachim: Fix docs for DrupalDefaultEntityController entityCache variable --- includes/entity.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/entity.inc b/includes/entity.inc index dc43e730a..203ed87f9 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -46,7 +46,7 @@ interface DrupalEntityControllerInterface { class DrupalDefaultEntityController implements DrupalEntityControllerInterface { /** - * Static cache of entities. + * Static cache of entities, keyed by entity ID. * * @var array */ -- cgit v1.2.3