You are here

ViewPreprocessEvent.php in Hook Event Dispatcher 3.x

File

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

namespace Drupal\preprocess_event_dispatcher\Event;


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

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

}

Classes

Namesort descending Description
ViewPreprocessEvent Class ViewPreprocessEvent.