public static function ViewTablePreprocessEvent::getHook in Hook Event Dispatcher 8
Get the hook name.
Return value
string Hook name.
Overrides PreprocessEventInterface::getHook
1 call to ViewTablePreprocessEvent::getHook()
- ViewTablePreprocessEventFactory::getEventHook in src/
Event/ Preprocess/ Factory/ ViewTablePreprocessEventFactory.php - Get the Event hook name.
File
- src/
Event/ Preprocess/ ViewTablePreprocessEvent.php, line 13
Class
- ViewTablePreprocessEvent
- Class ViewTablePreprocessEvent.
Namespace
Drupal\hook_event_dispatcher\Event\PreprocessCode
public static function getHook() {
return 'views_view_table';
}