public constant HookEventDispatcherInterface::ENTITY_BUNDLE_FIELD_INFO_ALTER in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::ENTITY_BUNDLE_FIELD_INFO_ALTER
- 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::ENTITY_BUNDLE_FIELD_INFO_ALTER
Alter bundle field definitions.
See also
core_event_dispatcher_entity_bundle_field_info_alter()
hook_entity_bundle_field_info_alter()
File
- src/
HookEventDispatcherInterface.php, line 267
Class
- HookEventDispatcherInterface
- Interface HookEventDispatcherInterface.
Namespace
Drupal\hook_event_dispatcherCode
public const ENTITY_BUNDLE_FIELD_INFO_ALTER = self::PREFIX . 'entity_bundle.field_info_alter';