public function 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

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php, line 75

Class

RedirectRouteInterface
Document for redirection entries with the RedirectController.

Namespace

Symfony\Cmf\Component\Routing

Code

public function getParameters();