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