summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-06-01 01:44:48 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-06-01 01:44:48 -0700
commit6f53d446aaf3008f042a3d294ec4f292f179378d (patch)
treea91356cb03fbc58fdb4bc0fda08c98402fe62286 /modules/taxonomy
parent6fc37ebf29806208f58c5790430ce798fecdff89 (diff)
downloadbrdo-6f53d446aaf3008f042a3d294ec4f292f179378d.tar.gz
brdo-6f53d446aaf3008f042a3d294ec4f292f179378d.tar.bz2
Issue #1161240 by barbi, jhodgdon: Added Need documentation of non-matching return value for taxonomy_term_load_multiple(), entity_load_multiple(), and DrupalEntityControlle.
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 50d2fd608..c171c0692 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1092,7 +1092,8 @@ class TaxonomyVocabularyController extends DrupalDefaultEntityController {
* this function.
*
* @return
- * An array of term objects, indexed by tid.
+ * An array of term objects, indexed by tid. When no results are found, an
+ * empty array is returned.
*
* @todo Remove $conditions in Drupal 8.
*/