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.
110110
111111.. sidebar :: ``FormEvents::POST_SET_DATA`` in the Form component
112112
113+ .. versionadded :: 2.4
114+ The data collector extension was introduced in Symfony 2.4.
115+
113116 The :class: `Symfony\\ Component\\ Form\\ Extension\\ DataCollector\\ EventListener\\ DataCollectorListener `
114117 class is subscribed to listen to the ``FormEvents::POST_SET_DATA `` event
115118 in order to collect information about the forms from the denormalized
@@ -218,6 +221,9 @@ It can be used to fetch data after denormalization.
218221
219222.. sidebar :: ``FormEvents::POST_SUBMIT`` in the Form component
220223
224+ .. versionadded :: 2.4
225+ The data collector extension was introduced in Symfony 2.4.
226+
221227 The :class: `Symfony\\ Component\\ Form\\ Extension\\ DataCollector\\ EventListener\\ DataCollectorListener `
222228 subscribes to the ``FormEvents::POST_SUBMIT `` event in order to collect
223229 information about the forms.
You can’t perform that action at this time.
0 commit comments