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 e5b1758 commit c31e24cCopy full SHA for c31e24c
service_container/tags.rst
@@ -73,8 +73,8 @@ that it implements ``Twig_ExtensionInterface``) and adds the tag for you.
73
.. tip::
74
75
To apply a tag to all your autoconfigured services extending a class or an
76
- interface, call ``ContainerBuilder::registerForAutoconfiguration()`` in an
77
- :doc:`extension </bundles/extension>` or from your kernel::
+ interface, call :method:`Symfony\\Component\\DependencyInjection\\ContainerBuilder::registerForAutoconfiguration`
+ method in an :doc:`extension </bundles/extension>` or from your kernel::
78
79
// app/AppKernel.php
80
class AppKernel extends Kernel
0 commit comments