You are here

protected property ViewAjaxResponse::$view in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 25
Contains \Drupal\views\Ajax\ViewAjaxResponse.

Class

ViewAjaxResponse
Custom JSON response object for an ajax view response.

Namespace

Drupal\views\Ajax

Code

protected $view;