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