Skip to content

Commit 8ec879a

Browse files
committed
[#1643] Removing duplication in the list of DIC tags and linking between "Tags" section and DIC Tags reference document
1 parent 31c8b8f commit 8ec879a

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

book/service_container.rst

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -922,21 +922,8 @@ The following is a list of tags available with the core Symfony2 bundles.
922922
Each of these has a different effect on your service and many tags require
923923
additional arguments (beyond just the ``name`` parameter).
924924

925-
* assetic.filter
926-
* assetic.templating.php
927-
* data_collector
928-
* form.field_factory.guesser
929-
* kernel.cache_warmer
930-
* kernel.event_listener
931-
* kernel.event_subscriber
932-
* monolog.logger
933-
* routing.loader
934-
* security.listener.factory
935-
* security.voter
936-
* templating.helper
937-
* twig.extension
938-
* translation.loader
939-
* validator.constraint_validator
925+
For a list of all the tags available in the core Symfony Framework, check
926+
out :doc:`/reference/dic_tags`.
940927

941928
Learn more
942929
----------

reference/dic_tags.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ to "flag" it to be used in some special way. For example, if you have a service
66
that you would like to register as a listener to one of Symfony's core events,
77
you can flag it with the ``kernel.event_listener`` tag.
88

9-
Below is information about all of the tags available inside Symfony2:
9+
You can learn a little bit more about "tags" by reading the ":ref:`book-service-container-tags`"
10+
section of the Service Container chapter.
11+
12+
Below is information about all of the tags available inside Symfony2. There
13+
may also be tags in other bundles you use that aren't listed here. For example,
14+
the AsseticBundle has several tags that aren't listed here.
1015

1116
+-----------------------------------+---------------------------------------------------------------------------+
1217
| Tag Name | Usage |

0 commit comments

Comments
 (0)