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 0670f25

Browse filesBrowse files
committed
[2.3] Examples that points to the DataCollectorListener should be removed.
1 parent f617ff8 commit 0670f25
Copy full SHA for 0670f25

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+0
-10
lines changed

‎components/form/form_events.rst

Copy file name to clipboardExpand all lines: components/form/form_events.rst
-10Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ the form.
108108
| View data | Normalized data transformed using a view transformer |
109109
+-----------------+------------------------------------------------------+
110110

111-
.. sidebar:: ``FormEvents::POST_SET_DATA`` in the Form component
112-
113-
The :class:`Symfony\\Component\\Form\\Extension\\DataCollector\\EventListener\\DataCollectorListener`
114-
class is subscribed to listen to the ``FormEvents::POST_SET_DATA`` event
115-
in order to collect information about the forms from the denormalized
116-
model and view data.
117-
118111
2) Submitting a Form (``FormEvents::PRE_SUBMIT``, ``FormEvents::SUBMIT`` and ``FormEvents::POST_SUBMIT``)
119112
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120113

@@ -218,9 +211,6 @@ It can be used to fetch data after denormalization.
218211

219212
.. sidebar:: ``FormEvents::POST_SUBMIT`` in the Form component
220213

221-
The :class:`Symfony\\Component\\Form\\Extension\\DataCollector\\EventListener\\DataCollectorListener`
222-
subscribes to the ``FormEvents::POST_SUBMIT`` event in order to collect
223-
information about the forms.
224214
The :class:`Symfony\\Component\\Form\\Extension\\Validator\\EventListener\\ValidationListener`
225215
subscribes to the ``FormEvents::POST_SUBMIT`` event in order to
226216
automatically validate the denormalized object, and update the normalized

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.