8000 added doctrine tags to reference · symfony/symfony-docs@a76c9c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a76c9c6

Browse files
committed
added doctrine tags to reference
1 parent 0d055a2 commit a76c9c6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

reference/dic_tags.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ the AsseticBundle has several tags that aren't listed here.
1818
+-----------------------------------+---------------------------------------------------------------------------+
1919
| `data_collector`_ | Create a class that collects custom data for the profiler |
2020
+-----------------------------------+---------------------------------------------------------------------------+
21+
| `doctrine.event_listener`_ | Add a Doctrine event listener |
22+
+-----------------------------------+---------------------------------------------------------------------------+
23+
| `doctrine.event_subscriber`_ | Add a Doctrine event subscriber |
24+
+-----------------------------------+---------------------------------------------------------------------------+
2125
| `form.type`_ | Create a custom form field type |
2226
+-----------------------------------+---------------------------------------------------------------------------+
2327
| `form.type_extension`_ | Create a custom "form extension" |
@@ -61,6 +65,22 @@ data_collector
6165
For details on creating your own custom data collection, read the cookbook
6266
article: :doc:`/cookbook/profiler/data_collector`.
6367

68+
doctrine.event_listener
69+
--------------
70+
71+
**Purpose**: Add a Doctrine event listener
72+
73+
For details on creating Doctrine event listeners, read the cookbook article:
74+
:doc:`/cookbook/doctrine/event_listeners_subscribers`.
75+
76+
doctrine.event_subscriber
77+
--------------
78+
79+
**Purpose**: Add a Doctrine event subscriber
80+
81+
For details on creating Doctrine event subscribers, read the cookbook article:
82+
:doc:`/cookbook/doctrine/event_listeners_subscribers`.
83+
6484
form.type
6585
---------
6686

0 commit comments

Comments
 (0)
0