You are here

constant HookEventDispatcherInterface::WIDGET_FORM_ALTER in Hook Event Dispatcher 8

Same name and namespace in other branches
  1. 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::WIDGET_FORM_ALTER
  2. 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::WIDGET_FORM_ALTER

Alter forms for field widgets provided by other modules.

See also

hook_event_dispatcher_field_widget_form_alter()

hook_field_widget_form_alter()

File

src/HookEventDispatcherInterface.php, line 314

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

const WIDGET_FORM_ALTER = 'hook_event_dispatcher.widget_form.alter';