summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-03 21:06:38 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-03 21:06:38 +0000
commit6f03daf8d46f5b85b6972a1ca7abc754ee89035f (patch)
tree984b90447ea4e01a29c57d486b8dd49922497b6e /modules
parent857af20fbd4f5f7b83828ef31215f2c7f79c6d59 (diff)
downloadbrdo-6f03daf8d46f5b85b6972a1ca7abc754ee89035f.tar.gz
brdo-6f03daf8d46f5b85b6972a1ca7abc754ee89035f.tar.bz2
- Patch #816750 by catch: field_info_field() docs.
Diffstat (limited to 'modules')
-rw-r--r--modules/field/field.info.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/field.info.inc b/modules/field/field.info.inc
index ff5cd4e0e..ac109248b 100644
--- a/modules/field/field.info.inc
+++ b/modules/field/field.info.inc
@@ -521,7 +521,7 @@ function field_info_bundles($entity_type = NULL) {
* @return
* An array of field definitions, keyed by field name. Each field has an
* additional property, 'bundles', which is an array of all the bundles to
- * which this field belongs.
+ * which this field belongs keyed by entity type.
*/
function field_info_fields() {
$info = _field_info_collate_fields();
@@ -538,7 +538,7 @@ function field_info_fields() {
* @return
* The field array, as returned by field_read_fields(), with an
* additional element 'bundles', whose value is an array of all the bundles
- * this field belongs to.
+ * this field belongs to keyed by entity type.
*
* @see field_info_field_by_id()
*/