hook_event_dispatcher-8.x-2.04/modules/preprocess_event_dispatcher/src/Event/ImagePreprocessEvent.php
modules/preprocess_event_dispatcher/src/Event/ImagePreprocessEvent.php
<?php
namespace Drupal\preprocess_event_dispatcher\Event;
/**
* Class ImagePreprocessEvent.
*
* @method \Drupal\preprocess_event_dispatcher\Variables\ImageEventVariables getVariables()
*/
final class ImagePreprocessEvent extends AbstractPreprocessEvent {
/**
* {@inheritdoc}
*/
public static function getHook(): string {
return 'image';
}
}
