Skip to content

Commit

Permalink
[2.3] Examples that points to the DataCollectorListener should be rem…
Browse files Browse the repository at this point in the history
…oved.
  • Loading branch information
ahsio committed May 28, 2014
1 parent f617ff8 commit 0670f25
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions components/form/form_events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,6 @@ the form.
| View data | Normalized data transformed using a view transformer |
+-----------------+------------------------------------------------------+

.. sidebar:: ``FormEvents::POST_SET_DATA`` in the Form component

The :class:`Symfony\\Component\\Form\\Extension\\DataCollector\\EventListener\\DataCollectorListener`
class is subscribed to listen to the ``FormEvents::POST_SET_DATA`` event
in order to collect information about the forms from the denormalized
model and view data.

2) Submitting a Form (``FormEvents::PRE_SUBMIT``, ``FormEvents::SUBMIT`` and ``FormEvents::POST_SUBMIT``)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

The :class:`Symfony\\Component\\Form\\Extension\\DataCollector\\EventListener\\DataCollectorListener`
subscribes to the ``FormEvents::POST_SUBMIT`` event in order to collect
information about the forms.
The :class:`Symfony\\Component\\Form\\Extension\\Validator\\EventListener\\ValidationListener`
subscribes to the ``FormEvents::POST_SUBMIT`` event in order to
automatically validate the denormalized object, and update the normalized
Expand Down

0 comments on commit 0670f25

Please sign in to comment.