You are here

ImagePreprocessEvent.php in Hook Event Dispatcher 8

File

src/Event/Preprocess/ImagePreprocessEvent.php
View source
<?php

namespace Drupal\hook_event_dispatcher\Event\Preprocess;


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

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

}

Classes

Namesort descending Description
ImagePreprocessEvent Class ImagePreprocessEvent.