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

NameDescription
field_behaviors_formatterHelper function for determining the behavior of a formatter with respect to a given operation.
field_behaviors_widgetHelper function for determining the behavior of a widget with respect to a given operation.
field_info_bundlesReturn information about existing bundles.
field_info_cache_clearClear the field info cache without clearing the field data cache.
field_info_fieldReturn data about an individual field.
field_info_fieldsReturn array of all field data, keyed by field name.
field_info_field_by_idReturn data about an individual field by its id.
field_info_field_settingsReturn a field type's default settings.
field_info_field_typesReturn hook_field_info() data.
field_info_formatter_settingsReturn a field formatter's default settings.
field_info_formatter_typesReturn hook_field_formatter_info() data.
field_info_instanceReturn an array of instance data for a specific field and bundle.
field_info_instancesRetrieve instances.
field_info_instance_settingsReturn a field type's default instance settings.
field_info_storage_settingsReturn a field formatter's default settings.
field_info_storage_typesReturn hook_field_storage_info() data.
field_info_widget_settingsReturn a field widget's default settings.
field_info_widget_typesReturn hook_field_widget_info() data.
_field_info_collate_fieldsCollate all information on existing fields and instances.
_field_info_collate_typesCollate all information on field types, widget types and related structures.
_field_info_prepare_fieldPrepare a field definition for the current run-time context.
_field_info_prepare_instancePrepare an instance definition for the current run-time context.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.