This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/TwigBundle
Fabien Potencier 2ded40fb75 [TwigBundle] added a way to easily register extensions from the configuration
<twig:extension id="twig.extension.debug" />

    twig:
        extensions: [twig.extension.debug]

The Twig-Extensions repository extensions are already registered:

 * twig.extension.debug
 * twig.extension.text
2011-01-06 19:51:03 +01:00
..
DependencyInjection [TwigBundle] added a way to easily register extensions from the configuration 2011-01-06 19:51:03 +01:00
Extension fixed escaping in CodeHelper::formatArgs() 2011-01-06 11:43:39 +01:00
Loader removed a circular reference in the definition of the templating and Twig services 2011-01-06 14:52:43 +01:00
Node removed js and css helpers and Twig integration 2011-01-04 14:07:25 +01:00
Renderer [TwigBundle] Allow Renderer::evaluate() even when Request and Session are not available 2011-01-06 19:31:27 +01:00
Resources [TwigBundle] added a way to easily register extensions from the configuration 2011-01-06 19:51:03 +01:00
Tests [TwigBundle] added a way to easily register extensions from the configuration 2011-01-06 19:51:03 +01:00
TokenParser removed js and css helpers and Twig integration 2011-01-04 14:07:25 +01:00
TwigBundle.php [TwigBundle] converted the special Twig Environment class to a DIC compiler class 2010-12-23 12:58:31 +01:00