Field formatter settings
Categories
Component ID
968936
Component name
Field formatter settings
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
227198
Component created
Component changed
Component body
The Field API in Drupal core lacks the ability for other modules to easily alter field formatter settings forms and the formatter summaries. This module is a small API provider for other modules since it's too late to get the hooks into Drupal 7 core.
Drupal 8
This module's API have been added to Drupal 8 via hook_field_formatter_third_party_settings() and hook_field_formatter_settings_summary_alter(). See #945524: Field formatter settings hooks in core for the Drupal 8 core issue.
