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 d30928d commit 2a7f91dCopy full SHA for 2a7f91d
best_practices/templates.rst
@@ -139,9 +139,9 @@ class in the constructor of the Twig extension:
139
140
And that's it!
141
142
-Your application will :ref:`autoconfigure <services-autoconfigure>` your twig
143
-extension and inject a ``Markdown`` instance in it thanks to
144
-:doc:`autowiring </service_container/autowiring>`.
+If you're using the :ref:`default services.yml configuration <service-container-services-load-example>`,
+you're done! Symfony will automatically know about your new service and tag it to
+be used as a Twig extension.
145
146
.. _`Twig`: http://twig.sensiolabs.org/
147
.. _`Parsedown`: http://parsedown.org/
0 commit comments