constant RouteObjectInterface::TEMPLATE_NAME

Field name for an explicit template to be used with this route. i.e. CmfContentBundle:StaticContent:index.html.twig

File

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

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 TEMPLATE_NAME = '_template';