Skip to content

Commit b5a6257

Browse files
committed
Merge pull request #2583 from pvolok/doctrine_tags
Added doctrine tags to the reference
2 parents d75d7f4 + a76c9c6 commit b5a6257

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
@@ -31,6 +31,10 @@ may also be tags in other bundles you use that aren't listed here.
3131
+-----------------------------------+---------------------------------------------------------------------------+
3232
| `data_collector`_ | Create a class that collects custom data for the profiler |
3333
+-----------------------------------+---------------------------------------------------------------------------+
34+
| `doctrine.event_listener`_ | Add a Doctrine event listener |
35+
+-----------------------------------+---------------------------------------------------------------------------+
36+
| `doctrine.event_subscriber`_ | Add a Doctrine event subscriber |
37+
+-----------------------------------+---------------------------------------------------------------------------+
3438
| `form.type`_ | Create a custom form field type |
3539
+-----------------------------------+---------------------------------------------------------------------------+
3640
| `form.type_extension`_ | Create a custom "form extension" |
@@ -231,6 +235,22 @@ data_collector
231235
For details on creating your own custom data collection, read the cookbook
232236
article: :doc:`/cookbook/profiler/data_collector`.
233237
238+
doctrine.event_listener
239+
--------------
240+
241+
**Purpose**: Add a Doctrine event listener
242+
243+
For details on creating Doctrine event listeners, read the cookbook article:
244+
:doc:`/cookbook/doctrine/event_listeners_subscribers`.
245+
246+
doctrine.event_subscriber
247+
--------------
248+
249+
**Purpose**: Add a Doctrine event subscriber
250+
251+
For details on creating Doctrine event subscribers, read the cookbook article:
252+
:doc:`/cookbook/doctrine/event_listeners_subscribers`.
253+
234254
form.type
235255
---------
236256

0 commit comments

Comments
 (0)