Version 1.5 (checked in on 2009/04/13 at 05:18:17 by webchick)
Field Info API, providing information about available fields and field types.
| 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_get_formatter | Return valid formatter type and settings. |
| _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_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. |
| _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. |
Kommentare
Kommentar hinzufügen