@@ -18,6 +18,10 @@ the AsseticBundle has several tags that aren't listed here.
18
18
+-----------------------------------+---------------------------------------------------------------------------+
19
19
| `data_collector `_ | Create a class that collects custom data for the profiler |
20
20
+-----------------------------------+---------------------------------------------------------------------------+
21
+ | `doctrine.event_listener `_ | Add a Doctrine event listener |
22
+ +-----------------------------------+---------------------------------------------------------------------------+
23
+ | `doctrine.event_subscriber `_ | Add a Doctrine event subscriber |
24
+ +-----------------------------------+---------------------------------------------------------------------------+
21
25
| `form.type `_ | Create a custom form field type |
22
26
+-----------------------------------+---------------------------------------------------------------------------+
23
27
| `form.type_extension `_ | Create a custom "form extension" |
@@ -61,6 +65,22 @@ data_collector
61
65
For details on creating your own custom data collection, read the cookbook
62
66
article: :doc: `/cookbook/profiler/data_collector `.
63
67
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
+
64
84
form.type
65
85
---------
66
86
0 commit comments