Issue #1689394 by mjonesdinero, foobar3000: More complete documentation of field_info_field return value
parent
aca43798d9
commit
cad2a2524e
|
@ -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()
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue