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 359ffd9 commit 83636b7Copy full SHA for 83636b7
components/dependency_injection/tags.rst
@@ -1,10 +1,10 @@
1
-.. index::
+.. index::
2
single: Service Container; Tags
3
4
How to make your Services use Tags
5
==================================
6
7
-You can ask the container for any services that were tagged when registered
+You can ask a container builder for any services that were tagged when registered
8
with it. This is useful in compiler passes where you can find services which
9
were registered in config files you do not have control over and make use
10
of them. This is useful if your service handles a collection of some kind,
0 commit comments