constant RouteObjectInterface::ROUTE_OBJECT

Field name of the route object that was matched.

File

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

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';