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 9310eea57a optimized templating layer
You must now explicitly register the templating engine you want to use:

  <app:templating>
      <app:engine id="twig" />
  </app:templating>

  app.templating:
      engines: ['twig']

Symfony2 comes with two such engines: 'twig', and 'php'.
2011-01-23 15:43:08 +01:00
..
DependencyInjection [TwigBundle] started to refactor TwigExtension 2011-01-21 17:45:04 +01:00
Extension moved ControllerResolver methods to HttpKernel (makes more sense) 2011-01-23 10:23:33 +01:00
Loader added TemplateLocatorInterface 2011-01-22 08:31:08 +01:00
Node normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
Resources optimized templating layer 2011-01-23 15:43:08 +01:00
Tests refactors extensions to call XXXLoad only once with all config sections 2011-01-21 17:04:18 +01:00
TokenParser [TwigBundle] Fixed RenderTokenParser when with isn't used and options are provided 2011-01-20 16:47:54 +01:00
GlobalVariables.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
TwigBundle.php refactored bundle management 2011-01-20 18:42:47 +01:00
TwigEngine.php [Standards] Changing many instances of "boolean" to "Boolean". 2011-01-21 09:53:24 +01:00