public function RedirectRouteInterface::getRouteTarget in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony-cmf/routing/RedirectRouteInterface.php \Symfony\Cmf\Component\Routing\RedirectRouteInterface::getRouteTarget()
Get the target route document this route redirects to.
If non-null, it is added as route into the parameters, which will lead to have the generate call issued by the RedirectController to have the target route in the parameters.
Return value
RouteObjectInterface the route this redirection points to
File
- vendor/
symfony-cmf/ routing/ RedirectRouteInterface.php, line 59
Class
- RedirectRouteInterface
- Document for redirection entries with the RedirectController.
Namespace
Symfony\Cmf\Component\RoutingCode
public function getRouteTarget();