Skip to content

Commit 0670f25

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

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

components/form/form_events.rst

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