Field Formatter API
Define Field API formatter types.
Field API formatters specify how fields are displayed when the entity to which the field is attached is displayed. Fields of a given field type may be displayed using more than one formatter. In this case, the Field UI module allows the site builder to choose which formatter to use. Field formatters are defined by implementing hook_field_formatter_info().
See also
Parent topics
File
- drupal-7.x/
modules/ field/ field.api.php, line 1014
Functions
Name | Location | Description |
---|---|---|
hook_field_formatter_info |
drupal-7.x/ |
Expose Field API formatter types. |
hook_field_formatter_info_alter |
drupal-7.x/ |
Perform alterations on Field API formatter types. |
hook_field_formatter_prepare_view |
drupal-7.x/ |
Allow formatters to load information for field values being displayed. |
hook_field_formatter_view |
drupal-7.x/ |
Build a renderable array for a field value. |