You are here

public function RedirectRouteInterface::getParameters 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::getParameters()

Get the parameters for the target route router::generate()

Note that for the DynamicRouter, you return the target route document as field 'route' of the hashmap.

Return value

array Information to build the route

File

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

Class

RedirectRouteInterface
Document for redirection entries with the RedirectController.

Namespace

Symfony\Cmf\Component\Routing

Code

public function getParameters();