You are here

public function PreprocessEventFactoryInterface::getEventHook in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/preprocess_event_dispatcher/src/Factory/PreprocessEventFactoryInterface.php \Drupal\preprocess_event_dispatcher\Factory\PreprocessEventFactoryInterface::getEventHook()

Get the Event hook name.

Return value

string The hook name.

18 methods override PreprocessEventFactoryInterface::getEventHook()
BlockPreprocessEventFactory::getEventHook in modules/preprocess_event_dispatcher/src/Factory/BlockPreprocessEventFactory.php
Get the Event hook name.
CommentPreprocessEventFactory::getEventHook in modules/preprocess_event_dispatcher/src/Factory/CommentPreprocessEventFactory.php
Get the Event hook name.
EckEntityPreprocessEventFactory::getEventHook in modules/preprocess_event_dispatcher/src/Factory/EckEntityPreprocessEventFactory.php
Get the Event hook name.
ExamplePreprocessEventFactory::getEventHook in examples/preprocess_example_module/src/Factory/ExamplePreprocessEventFactory.php
Get the Event hook name.
FakePreprocessEventFactory::getEventHook in modules/preprocess_event_dispatcher/tests/src/Unit/Helpers/FakePreprocessEventFactory.php
Get the Event hook name.

... See full list

File

modules/preprocess_event_dispatcher/src/Factory/PreprocessEventFactoryInterface.php, line 29

Class

PreprocessEventFactoryInterface
Interface PreprocessEventFactoryInterface.

Namespace

Drupal\preprocess_event_dispatcher\Factory

Code

public function getEventHook() : string;