Skip to content
Snippets Groups Projects
Commit 6f03daf8 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #816750 by catch: field_info_field() docs.

parent 857af20f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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()
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment