From 99bcf6c629c0fbeec4f5ab7c3c3da699e992edc5 Mon Sep 17 00:00:00 2001 From: Denis Rendler Date: Wed, 17 Aug 2016 19:53:33 +0300 Subject: [PATCH] [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 --- form/events.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/form/events.rst b/form/events.rst index 566e65463db..9696b4b9833 100644 --- a/form/events.rst +++ b/form/events.rst @@ -228,8 +228,7 @@ View data Normalized data transformed using a view transformer information about the forms. The ``Symfony\Component\Form\Extension\Validator\EventListener\ValidationListener`` subscribes to the ``FormEvents::POST_SUBMIT`` event in order to - automatically validate the denormalized object and to update the normalized - representation as well as the view representations. + automatically validate the denormalized object. Registering Event Listeners or Event Subscribers ------------------------------------------------