public function RedirectRouteInterface::getUri

Get the absolute uri to redirect to external domains.

If this is non-empty, the other methods won't be used.

Return value

string target absolute uri

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php, line 39

Class

RedirectRouteInterface
Document for redirection entries with the RedirectController.

Namespace

Symfony\Cmf\Component\Routing

Code

public function getUri();