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();
doc_Drupal
2016-10-29 09:36:53
Comments
Leave a Comment

Please login to continue.