FormAlterEvent.php in Hook Event Dispatcher 8.2
Same filename and directory in other branches
Namespace
Drupal\core_event_dispatcher\Event\FormFile
modules/core_event_dispatcher/src/Event/Form/FormAlterEvent.phpView source
<?php
namespace Drupal\core_event_dispatcher\Event\Form;
use Drupal\hook_event_dispatcher\HookEventDispatcherInterface;
/**
* Class FormAlterEvent.
*/
class FormAlterEvent extends AbstractFormEvent {
/**
* {@inheritdoc}
*/
public function getDispatcherType() : string {
return HookEventDispatcherInterface::FORM_ALTER;
}
}
Classes
Name | Description |
---|---|
FormAlterEvent | Class FormAlterEvent. |