public function RedirectRouteInterface::getRouteName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony-cmf/routing/RedirectRouteInterface.php \Symfony\Cmf\Component\Routing\RedirectRouteInterface::getRouteName()
Get the name of the target route for working with the symfony standard router.
Return value
string target route name
File
- vendor/
symfony-cmf/ routing/ RedirectRouteInterface.php, line 67
Class
- RedirectRouteInterface
- Document for redirection entries with the RedirectController.
Namespace
Symfony\Cmf\Component\RoutingCode
public function getRouteName();