public function BaseViewsEvent::getView in Hook Event Dispatcher 8
Get the view.
Return value
\Drupal\views\ViewExecutable The view.
File
- src/
Event/ Views/ BaseViewsEvent.php, line 37  
Class
- BaseViewsEvent
 - Class BaseViewsEvent.
 
Namespace
Drupal\hook_event_dispatcher\Event\ViewsCode
public function getView() {
  return $this->view;
}