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