public function AbstractViewsEvent::getView in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/views_event_dispatcher/src/Event/Views/AbstractViewsEvent.php \Drupal\views_event_dispatcher\Event\Views\AbstractViewsEvent::getView()
Get the view.
Return value
\Drupal\views\ViewExecutable The view.
File
- modules/
views_event_dispatcher/ src/ Event/ Views/ AbstractViewsEvent.php, line 37
Class
- AbstractViewsEvent
- Class AbstractViewsEvent.
Namespace
Drupal\views_event_dispatcher\Event\ViewsCode
public function getView() : ViewExecutable {
return $this->view;
}