public function ViewAjaxResponse::getView in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/src/Ajax/ViewAjaxResponse.php \Drupal\views\Ajax\ViewAjaxResponse::getView()
Gets the executed view of this response.
Return value
\Drupal\views\ViewExecutable The View executed on this ajax request.
File
- core/
modules/ views/ src/ Ajax/ ViewAjaxResponse.php, line 38
Class
- ViewAjaxResponse
- Custom JSON response object for an ajax view response.
Namespace
Drupal\views\AjaxCode
public function getView() {
return $this->view;
}