@@ -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
6165For details on creating your own custom data collection, read the cookbook
6266article::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+
6484form.type
6585---------
6686