You are here

protected property ViewAjaxController::$redirectDestination in Drupal 8

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

The redirect destination.

Type: \Drupal\Core\Routing\RedirectDestinationInterface

File

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

Class

ViewAjaxController
Defines a controller to load a view via AJAX.

Namespace

Drupal\views\Controller

Code

protected $redirectDestination;