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 0a25c17 commit 11e245bCopy full SHA for 11e245b
reference/configuration/twig.rst
@@ -89,6 +89,10 @@ TwigBundle Configuration ("twig")
89
90
<twig:global key="foo" id="bar" type="service" />
91
<twig:global key="pi">3.14</twig:global>
92
+
93
94
+ <twig:date format="d.m.Y, H:i:s" interval-format="%d days" timezone="Asia/Tokyo" />
95
+ <twig:number-format decimals="2" decimal-point="," thousands-separator="." />
96
97
<twig:exception-controller>AcmeFooBundle:Exception:showException</twig:exception-controller>
98
<twig:path namespace="foo_bar">%kernel.root_dir%/../vendor/acme/foo-bar/templates</twig:path>
0 commit comments