File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ the form.
110
110
111
111
.. sidebar :: ``FormEvents::POST_SET_DATA`` in the Form component
112
112
113
+ .. versionadded :: 2.4
114
+ The data collector extension was introduced in Symfony 2.4.
115
+
113
116
The :class: `Symfony\\ Component\\ Form\\ Extension\\ DataCollector\\ EventListener\\ DataCollectorListener `
114
117
class is subscribed to listen to the ``FormEvents::POST_SET_DATA `` event
115
118
in order to collect information about the forms from the denormalized
@@ -218,6 +221,9 @@ It can be used to fetch data after denormalization.
218
221
219
222
.. sidebar :: ``FormEvents::POST_SUBMIT`` in the Form component
220
223
224
+ .. versionadded :: 2.4
225
+ The data collector extension was introduced in Symfony 2.4.
226
+
221
227
The :class: `Symfony\\ Component\\ Form\\ Extension\\ DataCollector\\ EventListener\\ DataCollectorListener `
222
228
subscribes to the ``FormEvents::POST_SUBMIT `` event in order to collect
223
229
information about the forms.
You can’t perform that action at this time.
0 commit comments