You are here

ViewTablePreprocessEvent.php in Hook Event Dispatcher 3.x

File

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

namespace Drupal\preprocess_event_dispatcher\Event;


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

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

}

Classes

Namesort descending Description
ViewTablePreprocessEvent Class ViewTablePreprocessEvent.