@@ -108,13 +108,6 @@ the form.
108108| View data| Normalized data transformed using a view transformer|
109109+-----------------+------------------------------------------------------+
110110
111- ..sidebar ::``FormEvents::POST_SET_DATA`` in the Form component
112-
113- The:class: `Symfony\\ Component\\ Form\\ Extension\\ DataCollector\\ EventListener\\ DataCollectorListener `
114- class is subscribed to listen to the ``FormEvents::POST_SET_DATA `` event
115- in order to collect information about the forms from the denormalized
116- model and view data.
117-
1181112) Submitting a Form (``FormEvents::PRE_SUBMIT ``, ``FormEvents::SUBMIT `` and ``FormEvents::POST_SUBMIT ``)
119112~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120113
@@ -218,9 +211,6 @@ It can be used to fetch data after denormalization.
218211
219212..sidebar ::``FormEvents::POST_SUBMIT`` in the Form component
220213
221- The:class: `Symfony\\ Component\\ Form\\ Extension\\ DataCollector\\ EventListener\\ DataCollectorListener `
222- subscribes to the ``FormEvents::POST_SUBMIT `` event in order to collect
223- information about the forms.
224214 The:class: `Symfony\\ Component\\ Form\\ Extension\\ Validator\\ EventListener\\ ValidationListener `
225215 subscribes to the ``FormEvents::POST_SUBMIT `` event in order to
226216 automatically validate the denormalized object, and update the normalized