You are here

constant HookEventDispatcherInterface::WEBFORM_ELEMENT_ALTER in Hook Event Dispatcher 8

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

Respond to webform elements being rendered.

See also

webform_event_dispatcher_webform_element_alter()

hook_webform_element_alter()

File

src/HookEventDispatcherInterface.php, line 757

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

const WEBFORM_ELEMENT_ALTER = 'hook_event_dispatcher.webform.element.alter';