class TimedTwigEngine extends TwigEngine
deprecated
since version 2.7, to be removed in 3.0. Use the Twig native profiler instead.
Times the time spent to render a template.
Methods
__construct(Twig_Environment $environment, TemplateNameParserInterface $parser, FileLocatorInterface $locator, Stopwatch $stopwatch) Constructor.
string render(string|TemplateReferenceInterface $name, array $parameters = array()) Renders a template.
stream(string|TemplateReferenceInterface $name