You are here

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\Views

Code

public function getView() {
  return $this->view;
}