RedirectDestinationInterface::get

Gets the destination as a path.

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

1
\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

1
public function get();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.