You are here

ViewTablePreprocessEvent.php in Hook Event Dispatcher 8

File

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

namespace Drupal\hook_event_dispatcher\Event\Preprocess;


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

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

}

Classes

Namesort descending Description
ViewTablePreprocessEvent Class ViewTablePreprocessEvent.