You are here

public constant HookEventDispatcherInterface::WIDGET_MULTIVALUE_FORM_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::WIDGET_MULTIVALUE_FORM_ALTER

Alter forms for multi-value field widgets provided by other modules.

See also

field_event_dispatcher_field_widget_multivalue_form_alter()

hook_field_widget_multivalue_form_alter()

File

src/HookEventDispatcherInterface.php, line 195

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const WIDGET_MULTIVALUE_FORM_ALTER = self::PREFIX . 'widget_multivalue_form.alter';