You are here

ImagePreprocessEvent.php in Hook Event Dispatcher 3.x

File

modules/preprocess_event_dispatcher/src/Event/ImagePreprocessEvent.php
View source
<?php

namespace Drupal\preprocess_event_dispatcher\Event;


/**
 * Class ImagePreprocessEvent.
 */
final class ImagePreprocessEvent extends AbstractPreprocessEvent {

  /**
   * {@inheritdoc}
   */
  public static function getHook() : string {
    return 'image';
  }

}

Classes

Namesort descending Description
ImagePreprocessEvent Class ImagePreprocessEvent.