Skip to content

Commit 84a70fd

Browse files
rendler-denisxabbuh
authored andcommitted
[FormComponent]Fix wrong mention in side note
- fix wrong mention in side note for ValidationListener. It mentioned that the ValidationListener will also update the normalized representation as well as the view representations actions which it doesn't perform. The listener's only role is to validate the updated object
1 parent c118cb6 commit 84a70fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

form/events.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ View data Normalized data transformed using a view transformer
228228
information about the forms.
229229
The ``Symfony\Component\Form\Extension\Validator\EventListener\ValidationListener``
230230
subscribes to the ``FormEvents::POST_SUBMIT`` event in order to
231-
automatically validate the denormalized object and to update the normalized
232-
representation as well as the view representations.
231+
automatically validate the denormalized object.
233232

234233
Registering Event Listeners or Event Subscribers
235234
------------------------------------------------

0 commit comments

Comments
 (0)