ViewTablePreprocessEvent.php in Hook Event Dispatcher 8.2
Same filename and directory in other branches
Namespace
Drupal\preprocess_event_dispatcher\EventFile
modules/preprocess_event_dispatcher/src/Event/ViewTablePreprocessEvent.phpView 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
Name | Description |
---|---|
ViewTablePreprocessEvent | Class ViewTablePreprocessEvent. |