You are here

constant RouteObjectInterface::CONTROLLER_NAME in Zircon Profile 8.0

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

Field name for an explicit controller name to be used with this route

File

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

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 CONTROLLER_NAME = '_controller';