ViewsPreExecuteEvent.php in Hook Event Dispatcher 8
Namespace
Drupal\hook_event_dispatcher\Event\ViewsFile
src/Event/Views/ViewsPreExecuteEvent.phpView source
<?php
namespace Drupal\hook_event_dispatcher\Event\Views;
use Drupal\hook_event_dispatcher\HookEventDispatcherInterface;
/**
* Class ViewsPreExecuteEvent.
*/
class ViewsPreExecuteEvent extends BaseViewsEvent {
/**
* {@inheritdoc}
*/
public function getDispatcherType() {
return HookEventDispatcherInterface::VIEWS_PRE_EXECUTE;
}
}
Classes
Name | Description |
---|---|
ViewsPreExecuteEvent | Class ViewsPreExecuteEvent. |