summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2014-04-23 08:07:14 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2014-04-23 08:07:14 -0700
commit0a743444a023f082a99951efb4e9c080648b2be4 (patch)
tree4bd58f10387fb68c3fd2488262fcf5e60bc04e00 /includes/common.inc
parent360cddef27422553c9486fd570d232e29dc6dc80 (diff)
downloadbrdo-0a743444a023f082a99951efb4e9c080648b2be4.tar.gz
brdo-0a743444a023f082a99951efb4e9c080648b2be4.tar.bz2
Issue #2245057 by cs_shadow, joachim: Fix docs for entity_get_controller
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 34828e8ca..a443158f1 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -7833,7 +7833,10 @@ function entity_load_unchanged($entity_type, $id) {
}
/**
- * Get the entity controller class for an entity type.
+ * Gets the entity controller for an entity type.
+ *
+ * @return DrupalEntityControllerInterface
+ * The entity controller object for the specified entity type.
*/
function entity_get_controller($entity_type) {
$controllers = &drupal_static(__FUNCTION__, array());