constant RouteObjectInterface::TEMPLATE_NAME in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony-cmf/routing/RouteObjectInterface.php \Symfony\Cmf\Component\Routing\RouteObjectInterface::TEMPLATE_NAME
Field name for an explicit template to be used with this route. i.e. CmfContentBundle:StaticContent:index.html.twig
File
- vendor/
symfony-cmf/ routing/ RouteObjectInterface.php, line 47
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\RoutingCode
const TEMPLATE_NAME = '_template';