Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed496ae

Browse filesBrowse 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
Copy full SHA for ed496ae

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎components/form/form_events.rst

Copy file name to clipboardExpand all lines: components/form/form_events.rst
+6Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.