You are here

public function ViewFieldEventVariables::getView in Hook Event Dispatcher 8

Get the view.

Return value

\Drupal\views\ViewExecutable View.

File

src/Event/Preprocess/Variables/ViewFieldEventVariables.php, line 46

Class

ViewFieldEventVariables
Class ViewFieldEventVariables.

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess\Variables

Code

public function getView() {
  return $this->variables['view'];
}