public function PagePreprocessEventFactory::getEventHook in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 modules/preprocess_event_dispatcher/src/Factory/PagePreprocessEventFactory.php \Drupal\preprocess_event_dispatcher\Factory\PagePreprocessEventFactory::getEventHook()
Get the Event hook name.
Return value
string The hook name.
Overrides PreprocessEventFactoryInterface::getEventHook
File
- modules/
preprocess_event_dispatcher/ src/ Factory/ PagePreprocessEventFactory.php, line 24
Class
- PagePreprocessEventFactory
- Class PagePreprocessEventFactory.
Namespace
Drupal\preprocess_event_dispatcher\FactoryCode
public function getEventHook() : string {
return PagePreprocessEvent::getHook();
}