Skip to content

Commit 1a387be

Browse files
committed
minor #6885 [FormComponent]Fix wrong mention in side note (rendler-denis)
This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes #6885). Discussion ---------- [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 Commits ------- 84a70fd [FormComponent]Fix wrong mention in side note
2 parents c118cb6 + 84a70fd commit 1a387be

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)