public ViewAjaxResponse::getView()
Gets the executed view of this response.
Return value
\Drupal\views\ViewExecutable $view 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\Ajax
Code
1 2 3 | public function getView() { return $this ->view; } |
Please login to continue.