field.info.inc
Version 1.29 (checked in on 2009/11/26 at 05:54:48 by webchick)
Field Info API, providing information about available fields and field types.
Functions
| Name | Description |
|---|---|
| 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 information about existing bundles. |
| field_info_cache_clear | Clear the field info cache without clearing the field data cache. |
| field_info_field | Return data about an individual field. |
| field_info_fields | Return array of all field data, keyed by field name. |
| field_info_field_by_id | Return data about an individual field by its id. |
| 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 | Retrieve instances. |
| field_info_instance_settings | Return a field type's default instance settings. |
| field_info_storage_settings | Return a field formatter's default settings. |
| field_info_storage_types | Return hook_field_storage_info() data. |
| field_info_widget_settings | Return a field widget's default settings. |
| field_info_widget_types | Return hook_field_widget_info() data. |
| _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_prepare_field | Prepare a field definition for the current run-time context. |
| _field_info_prepare_instance | Prepare an instance definition for the current run-time context. |
