Symfony\Bundle\FrameworkBundle\Templating
Namespaces
Symfony\Bundle\FrameworkBundle\Templating\AssetSymfony\Bundle\FrameworkBundle\Templating\HelperSymfony\Bundle\FrameworkBundle\Templating\Loader
Classes
Binds the Symfony templating loader debugger to the Symfony logger.
DelegatingEngine selects an engine for a given template.
GlobalVariables is the entry point for Symfony global variables in Twig templates.
This engine knows how to render Symfony templates.
TemplateFilenameParser converts template filenames to
TemplateReferenceInterface instances.
TemplateNameParser converts template names from the short notation
"bundle:section:template.format.engine" to TemplateReferenceInterface
instances.
Internal representation of a template.
Times the time spent to render a template.
Interfaces
EngineInterface is the interface each engine must implement.