ViewPreprocessEvent.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/ViewPreprocessEvent.phpView 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
Name | Description |
---|---|
ViewPreprocessEvent | Class ViewPreprocessEvent. |