ImagePreprocessEvent.php in Hook Event Dispatcher 8
File
src/Event/Preprocess/ImagePreprocessEvent.phpView source
<?php
namespace Drupal\hook_event_dispatcher\Event\Preprocess;
/**
* Class ImagePreprocessEvent.
*/
final class ImagePreprocessEvent extends AbstractPreprocessEvent {
/**
* {@inheritdoc}
*/
public static function getHook() {
return 'image';
}
}
Classes
Name | Description |
---|---|
ImagePreprocessEvent | Class ImagePreprocessEvent. |