File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
cookbook/service_container Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ method of the bundle definition class::
24
24
}
25
25
}
26
26
27
- One of the common tasks for compiler passes is to work with tagged services,
28
- read more about this in the components section ":doc: `/components/dependency_injection/tags `".
27
+ One of the most common use-cases of compiler passes is to work with tagged services
28
+ ( read more about tags in the components section ":doc: `/components/dependency_injection/tags `") .
29
29
If you are using custom tags in a bundle then by convention, tag names consist
30
30
of the name of the bundle (lowercase, underscores as separators), followed
31
- by a dot, and finally the "real" name, so the tag "transport" in the AcmeMailerBundle
32
- should be: ``acme_mailer.transport ``.
31
+ by a dot, and finally the "real" name. For example, if you want to introduce
32
+ some sort of "transport" tag in your AcmeMailerBundle, you should call it
33
+ ``acme_mailer.transport ``.
You can’t perform that action at this time.
0 commit comments