You are here

public constant HookEventDispatcherInterface::WIDGET_FORM_ALTER in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 8 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

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_dispatcher

Code

public const WIDGET_FORM_ALTER = self::PREFIX . 'widget_form.alter';