class ViewsPreExecuteEvent in Hook Event Dispatcher 8
Class ViewsPreExecuteEvent.
Hierarchy
- class \Drupal\hook_event_dispatcher\Event\Views\BaseViewsEvent extends \Symfony\Component\EventDispatcher\Event implements EventInterface
- class \Drupal\hook_event_dispatcher\Event\Views\ViewsPreExecuteEvent
Expanded class hierarchy of ViewsPreExecuteEvent
2 files declare their use of ViewsPreExecuteEvent
- ExampleViewsEventSubscribers.php in src/
Example/ ExampleViewsEventSubscribers.php - hook_event_dispatcher.module in ./
hook_event_dispatcher.module - Hook event dispatcher module.
File
- src/
Event/ Views/ ViewsPreExecuteEvent.php, line 10
Namespace
Drupal\hook_event_dispatcher\Event\ViewsView source
class ViewsPreExecuteEvent extends BaseViewsEvent {
/**
* {@inheritdoc}
*/
public function getDispatcherType() {
return HookEventDispatcherInterface::VIEWS_PRE_EXECUTE;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BaseViewsEvent:: |
private | property | The view. | |
BaseViewsEvent:: |
public | function | Get the view. | |
BaseViewsEvent:: |
public | function | ViewsPreExecuteEevent constructor. | 3 |
ViewsPreExecuteEvent:: |
public | function |
Get the dispatcher type. Overrides EventInterface:: |