You are here

public constant HookEventDispatcherInterface::FIELD_FORMATTER_INFO_ALTER in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::FIELD_FORMATTER_INFO_ALTER

Perform alterations on Field API formatter types.

See also

field_event_dispatcher_field_formatter_info_alter()

hook_field_formatter_info_alter()

File

src/HookEventDispatcherInterface.php, line 328

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const FIELD_FORMATTER_INFO_ALTER = self::PREFIX . 'field_formatter.info.alter';