You are here

final class FormPreprocessEvent in Hook Event Dispatcher 8

Class FormPreprocessEvent.

Hierarchy

Expanded class hierarchy of FormPreprocessEvent

3 files declare their use of FormPreprocessEvent
FormPreprocessEventFactory.php in src/Event/Preprocess/Factory/FormPreprocessEventFactory.php
OtherEventTest.php in tests/src/Unit/Preprocess/OtherEventTest.php
OtherEventVariablesTest.php in tests/src/Unit/Preprocess/OtherEventVariablesTest.php

File

src/Event/Preprocess/FormPreprocessEvent.php, line 8

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess
View source
final class FormPreprocessEvent extends AbstractPreprocessEvent {

  /**
   * {@inheritdoc}
   */
  public static function getHook() {
    return 'form';
  }

}

Members

Namesort descending Modifiers Type Description Overrides
AbstractPreprocessEvent::$variables protected property Event variables.
AbstractPreprocessEvent::getVariables public function Get the variables. Overrides PreprocessEventInterface::getVariables 1
AbstractPreprocessEvent::name public static function Get the Event name. Overrides PreprocessEventInterface::name 1
AbstractPreprocessEvent::__construct public function PreprocessEvent constructor.
FormPreprocessEvent::getHook public static function Get the hook name. Overrides PreprocessEventInterface::getHook
PreprocessEventInterface::DISPATCH_NAME_PREFIX constant