public static function ImagePreprocessEvent::getHook in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/preprocess_event_dispatcher/src/Event/ImagePreprocessEvent.php \Drupal\preprocess_event_dispatcher\Event\ImagePreprocessEvent::getHook()
Get the hook name.
Return value
string Hook name.
Overrides PreprocessEventInterface::getHook
1 call to ImagePreprocessEvent::getHook()
- ImagePreprocessEventFactory::getEventHook in modules/
preprocess_event_dispatcher/ src/ Factory/ ImagePreprocessEventFactory.php - Get the Event hook name.
File
- modules/
preprocess_event_dispatcher/ src/ Event/ ImagePreprocessEvent.php, line 13
Class
- ImagePreprocessEvent
- Class ImagePreprocessEvent.
Namespace
Drupal\preprocess_event_dispatcher\EventCode
public static function getHook() : string {
return 'image';
}