Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 385 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 385 Bytes

TwigProfilerBundle

This bundle collects information about the twig rendering process in Symfony 2 and provides it to WebProfilerBundle.

Features

Get a list of:

  • all twig template files rendered during a request
  • the variable names available in each rendered twig template
  • the loaded twig Extensions
  • the available filters, methods and functions