File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,6 @@ the form.
108
108
| View data | Normalized data transformed using a view transformer |
109
109
+-----------------+------------------------------------------------------+
110
110
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
-
118
111
2) Submitting a Form (``FormEvents::PRE_SUBMIT ``, ``FormEvents::SUBMIT `` and ``FormEvents::POST_SUBMIT ``)
119
112
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120
113
@@ -218,9 +211,6 @@ It can be used to fetch data after denormalization.
218
211
219
212
.. sidebar :: ``FormEvents::POST_SUBMIT`` in the Form component
220
213
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.
224
214
The :class: `Symfony\\ Component\\ Form\\ Extension\\ Validator\\ EventListener\\ ValidationListener `
225
215
subscribes to the ``FormEvents::POST_SUBMIT `` event in order to
226
216
automatically validate the denormalized object, and update the normalized
You can’t perform that action at this time.
0 commit comments