class ViewsPostBuildEvent in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/views_event_dispatcher/src/Event/Views/ViewsPostBuildEvent.php \Drupal\views_event_dispatcher\Event\Views\ViewsPostBuildEvent
Class ViewsPostBuildEvent.
Hierarchy
- class \Drupal\views_event_dispatcher\Event\Views\AbstractViewsEvent extends \Symfony\Component\EventDispatcher\Event implements EventInterface
- class \Drupal\views_event_dispatcher\Event\Views\ViewsPostBuildEvent
Expanded class hierarchy of ViewsPostBuildEvent
2 files declare their use of ViewsPostBuildEvent
- ExampleViewsEventSubscribers.php in examples/
ExampleViewsEventSubscribers.php - views_event_dispatcher.module in modules/
views_event_dispatcher/ views_event_dispatcher.module - Views event dispatcher submodule.
File
- modules/
views_event_dispatcher/ src/ Event/ Views/ ViewsPostBuildEvent.php, line 10
Namespace
Drupal\views_event_dispatcher\Event\ViewsView source
class ViewsPostBuildEvent extends AbstractViewsEvent {
/**
* {@inheritdoc}
*/
public function getDispatcherType() : string {
return HookEventDispatcherInterface::VIEWS_POST_BUILD;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AbstractViewsEvent:: |
private | property | The view. | |
AbstractViewsEvent:: |
public | function | Get the view. | |
AbstractViewsEvent:: |
public | function | AbstractViewsEvent constructor. | 3 |
ViewsPostBuildEvent:: |
public | function |
Get the dispatcher type. Overrides EventInterface:: |