@@ -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
231235For details on creating your own custom data collection, read the cookbook
232236article: :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+
234254form.type
235255---------
236256