You are here

protected property RedirectDestination::$destination in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Routing/RedirectDestination.php \Drupal\Core\Routing\RedirectDestination::destination

The destination used by the current request.

Type: string

File

core/lib/Drupal/Core/Routing/RedirectDestination.php, line 37
Contains \Drupal\Core\Routing\RedirectDestination.

Class

RedirectDestination
Provides helpers for redirect destinations.

Namespace

Drupal\Core\Routing

Code

protected $destination;