Skip to content

Commit c31e24c

Browse files
authored
Create tags.rst
1 parent e5b1758 commit c31e24c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/tags.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ that it implements ``Twig_ExtensionInterface``) and adds the tag for you.
7373
.. tip::
7474

7575
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::
76+
interface, call :method:`Symfony\\Component\\DependencyInjection\\ContainerBuilder::registerForAutoconfiguration`
77+
method in an :doc:`extension </bundles/extension>` or from your kernel::
7878

7979
// app/AppKernel.php
8080
class AppKernel extends Kernel

0 commit comments

Comments
 (0)