public function PreprocessEventFactoryInterface::getEventHook in Hook Event Dispatcher 8
Get the Event hook name.
Return value
string The hook name.
18 methods override PreprocessEventFactoryInterface::getEventHook()
- BlockPreprocessEventFactory::getEventHook in src/
Event/ Preprocess/ Factory/ BlockPreprocessEventFactory.php - Get the Event hook name.
- CommentPreprocessEventFactory::getEventHook in src/
Event/ Preprocess/ Factory/ CommentPreprocessEventFactory.php - Get the Event hook name.
- EckEntityPreprocessEventFactory::getEventHook in src/
Event/ Preprocess/ Factory/ EckEntityPreprocessEventFactory.php - Get the Event hook name.
- ExamplePreprocessEventFactory::getEventHook in src/
Example/ preprocess_example_module/ src/ Event/ Factory/ ExamplePreprocessEventFactory.php - Get the Event hook name.
- FakePreprocessEventFactory::getEventHook in tests/
src/ Unit/ Preprocess/ Helpers/ FakePreprocessEventFactory.php - Get the Event hook name.
File
- src/
Event/ Preprocess/ Factory/ PreprocessEventFactoryInterface.php, line 27
Class
- PreprocessEventFactoryInterface
- Interface PreprocessEventFactoryInterface.
Namespace
Drupal\hook_event_dispatcher\Event\Preprocess\FactoryCode
public function getEventHook();