You are here

public function RedirectRouteInterface::getUri in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/RedirectRouteInterface.php \Symfony\Cmf\Component\Routing\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

vendor/symfony-cmf/routing/RedirectRouteInterface.php, line 48

Class

RedirectRouteInterface
Document for redirection entries with the RedirectController.

Namespace

Symfony\Cmf\Component\Routing

Code

public function getUri();