public function RedirectRouteInterface::getUri in Zircon Profile 8
Same name and namespace in other branches
- 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\RoutingCode
public function getUri();