We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaab74 commit ba4eadfCopy full SHA for ba4eadf
reference/configuration/twig.rst
@@ -32,6 +32,9 @@ TwigBundle Configuration Reference
32
type: ~
33
value: ~
34
autoescape: ~
35
+
36
+ # The following were added in Symfony 2.3.
37
+ # See http://twig.sensiolabs.org/doc/recipes.html#using-the-template-name-to-set-the-default-escaping-strategy
38
autoescape_service: ~ # Example: @my_service
39
autoescape_service_method: ~ # use in combination with autoescape_service option
40
base_template_class: ~ # Example: Twig_Template
0 commit comments