view = $view; } /** * Gets the executed view of this response. * * @return \Drupal\views\ViewExecutable * The View executed on this ajax request. */ public function getView() { return $this->view; } }