ViewsPreExecuteEvent.php in Hook Event Dispatcher 8.2
Same filename and directory in other branches
File
modules/views_event_dispatcher/src/Event/Views/ViewsPreExecuteEvent.phpView source
<?php
namespace Drupal\views_event_dispatcher\Event\Views;
use Drupal\hook_event_dispatcher\HookEventDispatcherInterface;
/**
* Class ViewsPreExecuteEvent.
*/
class ViewsPreExecuteEvent extends AbstractViewsEvent {
/**
* {@inheritdoc}
*/
public function getDispatcherType() : string {
return HookEventDispatcherInterface::VIEWS_PRE_EXECUTE;
}
}
Classes
Name | Description |
---|---|
ViewsPreExecuteEvent | Class ViewsPreExecuteEvent. |