You are here

PagePreprocessEvent.php in Hook Event Dispatcher 3.x

File

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

namespace Drupal\preprocess_event_dispatcher\Event;


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

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

}

Classes

Namesort descending Description
PagePreprocessEvent Class PagePreprocessEvent.