We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a657538 commit 3ae4fecCopy full SHA for 3ae4fec
quick_tour/the_architecture.rst
@@ -190,7 +190,7 @@ After creating just *one* file, you can use this immediately:
190
{# templates/default/index.html.twig #}
191
{# Will print something like "Hey Symfony!" #}
192
<h1>{{ name|greet }}</h1>
193
-
+
194
How does this work? Symfony notices that your class uses the ``#[AsTwigFilter]`` attribute
195
and so *automatically* registers it as a Twig extension. This is called autoconfiguration,
196
and it works for *many* many things. Create a class and then extend a base class
0 commit comments