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