You are here

public function RedirectRouteInterface::getRouteTarget 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::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\Routing

Code

public function getRouteTarget();