You are here

ViewPreprocessEvent.php in Hook Event Dispatcher 8

File

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

namespace Drupal\hook_event_dispatcher\Event\Preprocess;


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

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

}

Classes

Namesort descending Description
ViewPreprocessEvent Class ViewPreprocessEvent.