You are here

public constant HookEventDispatcherInterface::WEBFORM_ELEMENT_ALTER in Hook Event Dispatcher 8.2

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

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const WEBFORM_ELEMENT_ALTER = self::PREFIX . 'webform.element.alter';