You are here

public constant HookEventDispatcherInterface::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::FORM_ALTER
  2. 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::FORM_ALTER

Perform alterations before a form is rendered.

See also

core_event_dispatcher_form_alter()

hook_form_alter()

File

src/HookEventDispatcherInterface.php, line 389

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const FORM_ALTER = self::PREFIX . 'form.alter';