Same name and namespace in other branches
  1. 10 core/modules/field/field.api.php \field_formatter
  2. 8.9.x core/modules/field/field.api.php \field_formatter
  3. 9 core/modules/field/field.api.php \field_formatter

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

Field API

Field Types API

Field Widget API

Parent topics

File

modules/field/field.api.php, line 1050
Hooks provided by the Field module.

Functions

Namesort ascending Location Description
hook_field_formatter_view modules/field/field.api.php Build a renderable array for a field value.
hook_field_formatter_prepare_view modules/field/field.api.php Allow formatters to load information for field values being displayed.
hook_field_formatter_info_alter modules/field/field.api.php Perform alterations on Field API formatter types.
hook_field_formatter_info modules/field/field.api.php Expose Field API formatter types.