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