Obtain information about Field API configuration.
The Field Info API exposes information about field types, fields, instances, bundles, widget types, display formatters, behaviors, and settings defined by or with the Field API.
| Name | Beschreibung |
|---|---|
| field_behaviors_field | Helper function for determining the behavior of a field with respect to a given operation. |
| field_behaviors_formatter | Helper function for determining the behavior of a formatter with respect to a given operation. |
| field_behaviors_widget | Helper function for determining the behavior of a widget with respect to a given operation. |
| field_info_bundles | Return an array of fieldable bundle names and labels, for an individual object type or for all object types. |
| field_info_bundle_entity | Identity the type of entity that created a bundle. // TODO : might not be needed depending on how we solve // the 'namespace bundle names' issue |
| field_info_field | Return data about an individual field. |
| field_info_fieldable_types | Return hook_fieldable_info() data. |
| field_info_fields | Return array of all field data, keyed by field name. |
| field_info_field_settings | Return a field type's default settings. |
| field_info_field_types | Return hook_field_info() data. |
| field_info_formatter_settings | Return a field formatter's default settings. |
| field_info_formatter_types | Return hook_field_formatter_info() data. |
| field_info_instance | Return an array of instance data for a specific field and bundle. |
| field_info_instances | Return an array of instance data for a given bundle, or for all known bundles, keyed by bundle name and field name. |
| field_info_instance_settings | Return a field type's default instance settings. |
| field_info_widget_settings | Return a field widget's default settings. |
| field_info_widget_types | Return hook_field_widget_info() data. |
| _field_get_formatter | Return valid formatter type and settings. |
| _field_info_collate_fields | Collate all information on existing fields and instances. |
| _field_info_collate_types | Collate all information on field types, widget types and related structures. |
modules/
Kommentare
Kommentar hinzufügen