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

merge-requests/26/head
Jennifer Hodgdon 2012-07-18 06:24:05 -07:00
parent aca43798d9
commit cad2a2524e
1 changed files with 2 additions and 1 deletions

View File

@ -613,7 +613,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()
*/