public function RedirectDestinationInterface::get

public RedirectDestinationInterface::get()

Gets the destination as a path.

To convert to a URL suitable for \Symfony\Component\HttpFoundation\RedirectResponse::__construct() use

\Drupal\Core\Url::fromUserInput(\Drupal::destination()->get())->setAbsolute()->toString()

Return value

string

File

core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php, line 42

Class

RedirectDestinationInterface
Provides an interface for redirect destinations.

Namespace

Drupal\Core\Routing

Code

public function get();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Routing!RedirectDestinationInterface.php/function/RedirectDestinationInterface::get/8.1.x