coresphere / twig-profiler-bundle
There is no license information available for the latest version (dev-master) of this package.
Collects information about the twig rendering process in Symfony 2 and provides it to WebProfilerBundle.
dev-master / 3.0.x-dev
2014-02-24 22:47 UTC
Requires
- symfony/web-profiler-bundle: ~2.4.1
- twig/twig: ~1.11
This package is not auto-updated.
Last update: 2026-02-28 22:27:11 UTC
README
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