You are here

protected property ViewAjaxResponse::$view in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Ajax/ViewAjaxResponse.php \Drupal\views\Ajax\ViewAjaxResponse::view

The view executed on this ajax request.

Type: \Drupal\views\ViewExecutable

File

core/modules/views/src/Ajax/ViewAjaxResponse.php, line 20

Class

ViewAjaxResponse
Custom JSON response object for an ajax view response.

Namespace

Drupal\views\Ajax

Code

protected $view;