You are here

protected property ViewAjaxController::$currentPath in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Controller/ViewAjaxController.php \Drupal\views\Controller\ViewAjaxController::currentPath

The current path.

Type: \Drupal\Core\Path\CurrentPathStack

File

core/modules/views/src/Controller/ViewAjaxController.php, line 57

Class

ViewAjaxController
Defines a controller to load a view via AJAX.

Namespace

Drupal\views\Controller

Code

protected $currentPath;