You are here

HtmlPreprocessEvent.php in Hook Event Dispatcher 8

File

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

namespace Drupal\hook_event_dispatcher\Event\Preprocess;


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

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

}

Classes

Namesort descending Description
HtmlPreprocessEvent Class HtmlPreprocessEvent.