public constant HookEventDispatcherInterface::WIDGET_FORM_ALTER in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::WIDGET_FORM_ALTER
- 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::WIDGET_FORM_ALTER
Alter forms for field widgets provided by other modules.
See also
field_event_dispatcher_field_widget_form_alter()
hook_field_widget_form_alter()
File
- src/
HookEventDispatcherInterface.php, line 183
Class
- HookEventDispatcherInterface
- Interface HookEventDispatcherInterface.
Namespace
Drupal\hook_event_dispatcherCode
public const WIDGET_FORM_ALTER = self::PREFIX . 'widget_form.alter';