You are here

constant RouteObjectInterface::ROUTE_OBJECT in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/RouteObjectInterface.php \Symfony\Cmf\Component\Routing\RouteObjectInterface::ROUTE_OBJECT

Field name of the route object that was matched.

File

vendor/symfony-cmf/routing/RouteObjectInterface.php, line 36

Class

RouteObjectInterface
Classes for entries in the routing table may implement this interface in addition to extending Symfony\Component\Routing\Route.

Namespace

Symfony\Cmf\Component\Routing

Code

const ROUTE_OBJECT = '_route_object';