Skip to content

Commit beceed4

Browse files
committed
add versionadded for the data collector form extension
1 parent 080a769 commit beceed4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/form/form_events.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)