You are here

public function RedirectRouteInterface::getRouteName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Routing

Code

public function getRouteName();