public function PreprocessEventFactoryInterface::getEventHook in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 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.
File
- modules/
preprocess_event_dispatcher/ src/ Factory/ PreprocessEventFactoryInterface.php, line 29
Class
- PreprocessEventFactoryInterface
- Interface PreprocessEventFactoryInterface.
Namespace
Drupal\preprocess_event_dispatcher\FactoryCode
public function getEventHook() : string;