constant HookEventDispatcherInterface::FORM_ALTER in Hook Event Dispatcher 8
Same name and namespace in other branches
- 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::FORM_ALTER
- 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::FORM_ALTER
Perform alterations before a form is rendered.
See also
hook_event_dispatcher_form_alter()
File
- src/
HookEventDispatcherInterface.php, line 302
Class
- HookEventDispatcherInterface
- Interface HookEventDispatcherInterface.
Namespace
Drupal\hook_event_dispatcherCode
const FORM_ALTER = 'hook_event_dispatcher.form.alter';