Issue #1689394 by mjonesdinero, foobar3000: More complete documentation of field_info_field return value
parent
a108b4446b
commit
4db8a1be61
|
@ -624,7 +624,8 @@ function field_info_fields() {
|
||||||
* @return
|
* @return
|
||||||
* The field array, as returned by field_read_fields(), with an
|
* The field array, as returned by field_read_fields(), with an
|
||||||
* additional element 'bundles', whose value is an array of all the bundles
|
* 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()
|
* @see field_info_field_by_id()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue