You are here

final class EckEntityPreprocessEvent in Hook Event Dispatcher 8

Class EckEntityPreprocessEvent.

Hierarchy

Expanded class hierarchy of EckEntityPreprocessEvent

4 files declare their use of EckEntityPreprocessEvent
EckEntityPreprocessEventFactory.php in src/Event/Preprocess/Factory/EckEntityPreprocessEventFactory.php
EntityEventTest.php in tests/src/Unit/Preprocess/EntityEventTest.php
EntityEventVariablesTest.php in tests/src/Unit/Preprocess/EntityEventVariablesTest.php
PreprocessEventPassTest.php in tests/src/Unit/Preprocess/PreprocessEventPassTest.php

File

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

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess
View source
final class EckEntityPreprocessEvent extends AbstractPreprocessEntityEvent {

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

}

Members

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