Issue #1689394 by mjonesdinero, foobar3000: More complete documentation of field_info_field return value

8.0.x
Jennifer Hodgdon 2012-07-18 06:23:01 -07:00
parent a108b4446b
commit 4db8a1be61
1 changed files with 2 additions and 1 deletions

View File

@ -624,7 +624,8 @@ 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 keyed by entity type.
* this field belongs to keyed by entity type. NULL if the field was not
* found.
*
* @see field_info_field_by_id()
*/