8000 minor #3887 [Components][Form] add versionadded for the data collecto… · symfony/symfony-docs@ed496ae · GitHub
[go: up one dir, main page]

Skip to content

Commit ed496ae

Browse files
committed
minor #3887 [Components][Form] add versionadded for the data collector form extension (xabbuh)
This PR was merged into the 2.4 branch. Discussion ---------- [Components][Form] add versionadded for the data collector form extension | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.4+ | Fixed tickets | As @ahsio pointed out in #3886, the data collector extension was added to the Form component in Symfony 2.4. Commits ------- beceed4 add versionadded for the data collector form extension
2 parents f368523 + beceed4 commit ed496ae

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)
0