summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/entity.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/entity.inc b/includes/entity.inc
index 9f45eecdb..d4d19e6a2 100644
--- a/includes/entity.inc
+++ b/includes/entity.inc
@@ -163,6 +163,9 @@ class DrupalDefaultEntityController implements DrupalEntityControllerInterface {
* into terms, however it can also support $conditions on different tables.
* See CommentController::buildQuery() or TaxonomyTermController::buildQuery()
* for examples.
+ *
+ * @return SelectQuery
+ * A SelectQuery object for loading the entity.
*/
protected function buildQuery($ids, $conditions = array(), $revision_id = FALSE) {
$query = db_select($this->entityInfo['base table'], 'base');