full.xml 1.0 KB

12345678910111213141516171819
  1. <?xml version="1.0" ?>
  2. <container xmlns="http://symfony.com/schema/dic/services"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xmlns:twig="http://symfony.com/schema/dic/twig"
  5. xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
  6. http://symfony.com/schema/dic/twig http://symfony.com/schema/dic/twig/twig-1.0.xsd">
  7. <twig:config auto-reload="true" autoescape="true" base-template-class="stdClass" cache="/tmp" charset="ISO-8859-1" debug="true" strict-variables="true">
  8. <twig:form-theme>MyBundle::form.html.twig</twig:form-theme>
  9. <twig:global key="foo" id="bar" type="service" />
  10. <twig:global key="baz">@@qux</twig:global>
  11. <twig:global key="pi">3.14</twig:global>
  12. <twig:path>path1</twig:path>
  13. <twig:path>path2</twig:path>
  14. <twig:path namespace="namespace1">namespaced_path1</twig:path>
  15. <twig:path namespace="namespace2">namespaced_path2</twig:path>
  16. </twig:config>
  17. </container>