Skip to content

Commit 8ef423f

Browse files
committed
Move Tags article to the topic
1 parent 416dc57 commit 8ef423f

File tree

4 files changed

+304
-305
lines changed

4 files changed

+304
-305
lines changed

_build/redirection_map

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/cookbook/tools/finder /components/finder
1515
/cookbook/service_container/parentservices /service_container/parent_services
1616
/cookbook/service_container/factories /service_container/factories
17-
/cookbook/service_container/tags /components/dependency_injection/tags
17+
/cookbook/service_container/tags /service_container/tags
1818
/reference/configuration/mongodb /bundles/DoctrineMongoDBBundle/config
1919
/reference/YAML /components/yaml
2020
/cookbook/console/generating_urls /cookbook/console/sending_emails
@@ -256,6 +256,7 @@
256256
/components/dependency_injection/parameters /service_container/parameters
257257
/components/dependency_injection/parent_services /service_container/parent_services
258258
/components/dependency_injection/synthetic_services /service_container/synthetic_services
259+
/components/dependency_injection/tags /service_container/tags
259260
/components/event_dispatcher/introduction /components/event_dispatcher
260261
/components/expression_language/introduction /components/expression_language
261262
/components/expression_language/index /components/expression_language

components/dependency_injection/tags.rst

Lines changed: 0 additions & 299 deletions
This file was deleted.

service_container/compiler_passes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ method of the bundle definition class::
3030
}
3131

3232
One of the most common use-cases of compiler passes is to work with tagged services
33-
(read more about tags in the components section ":doc:`/components/dependency_injection/tags`").
34-
If you are using custom tags in a bundle then by convention, tag names consist
35-
of the name of the bundle (lowercase, underscores as separators), followed
36-
by a dot, and finally the "real" name. For example, if you want to introduce
37-
some sort of "transport" tag in your AcmeMailerBundle, you should call it
33+
(read more about tags in ":doc:`/service_container/tags`"). If you are using
34+
custom tags in a bundle then by convention, tag names consist of the name of
35+
the bundle (lowercase, underscores as separators), followed by a dot, and
36+
finally the "real" name. For example, if you want to introduce some sort of
37+
"transport" tag in your AcmeMailerBundle, you should call it
3838
``acme_mailer.transport``.

0 commit comments

Comments
 (0)