@@ -61,13 +61,13 @@ The ``FormEvents::PRE_SET_DATA`` event is dispatched at the beginning of the
6161
6262:ref: `Form Events Information Table<component-form-event-table> `
6363
64- =============== ======== 
65- Data Type Value
66- =============== ======== 
67- Model data ``null ``
68- Normalized data ``null ``
69- View data ``null ``
70- =============== ======== 
64+ ===============   ======== 
65+ Data Type   Value
66+ ===============   ======== 
67+ Model data   ``null ``
68+ Normalized data   ``null ``
69+ View data   ``null ``
70+ ===============   ======== 
7171
7272.. caution ::
7373
@@ -96,13 +96,13 @@ the form.
9696
9797:ref: `Form Events Information Table<component-form-event-table> `
9898
99- =============== ==================================================== 
100- Data Type Value
101- =============== ==================================================== 
102- Model data Model data injected into ``setData() ``
103- Normalized data Model data transformed using a model transformer
104- View data Normalized data transformed using a view transformer
105- =============== ==================================================== 
99+ ===============   ==================================================== 
100+ Data Type   Value
101+ ===============   ==================================================== 
102+ Model data   Model data injected into ``setData() ``
103+ Normalized data   Model data transformed using a model transformer
104+ View data   Normalized data transformed using a view transformer
105+ ===============   ==================================================== 
106106
107107.. sidebar :: ``FormEvents::POST_SET_DATA`` in the Form component 
108108
@@ -136,13 +136,13 @@ It can be used to:
136136
137137:ref: `Form Events Information Table<component-form-event-table> `
138138
139- =============== ======================================== 
140- Data Type Value
141- =============== ======================================== 
142- Model data Same as in ``FormEvents::POST_SET_DATA ``
143- Normalized data Same as in ``FormEvents::POST_SET_DATA ``
144- View data Same as in ``FormEvents::POST_SET_DATA ``
145- =============== ======================================== 
139+ ===============   ======================================== 
140+ Data Type   Value
141+ ===============   ======================================== 
142+ Model data   Same as in ``FormEvents::POST_SET_DATA ``
143+ Normalized data   Same as in ``FormEvents::POST_SET_DATA ``
144+ View data   Same as in ``FormEvents::POST_SET_DATA ``
145+ ===============   ======================================== 
146146
147147.. sidebar :: ``FormEvents::PRE_SUBMIT`` in the Form component 
148148
@@ -164,13 +164,13 @@ It can be used to change data from the normalized representation of the data.
164164
165165:ref: `Form Events Information Table<component-form-event-table> `
166166
167- =============== =================================================================================== 
168- Data Type Value
169- =============== =================================================================================== 
170- Model data Same as in ``FormEvents::POST_SET_DATA ``
171- Normalized data Data from the request reverse-transformed from the request using a view transformer
172- View data Same as in ``FormEvents::POST_SET_DATA ``
173- =============== =================================================================================== 
167+ ===============   =================================================================================== 
168+ Data Type   Value
169+ ===============   =================================================================================== 
170+ Model data   Same as in ``FormEvents::POST_SET_DATA ``
171+ Normalized data   Data from the request reverse-transformed from the request using a view transformer
172+ View data   Same as in ``FormEvents::POST_SET_DATA ``
173+ ===============   =================================================================================== 
174174
175175.. caution ::
176176
@@ -194,13 +194,13 @@ It can be used to fetch data after denormalization.
194194
195195:ref: `Form Events Information Table<component-form-event-table> `
196196
197- =============== ============================================================= 
198- Data Type Value
199- =============== ============================================================= 
200- Model data Normalized data reverse-transformed using a model transformer
201- Normalized data Same as in ``FormEvents::POST_SUBMIT ``
202- View data Normalized data transformed using a view transformer
203- =============== ============================================================= 
197+ ===============   ============================================================= 
198+ Data Type   Value
199+ ===============   ============================================================= 
200+ Model data   Normalized data reverse-transformed using a model transformer
201+ Normalized data   Same as in ``FormEvents::POST_SUBMIT ``
202+ View data   Normalized data transformed using a view transformer
203+ ===============   ============================================================= 
204204
205205.. caution ::
206206
@@ -232,15 +232,15 @@ processed.
232232
233233.. _component-form-event-table :
234234
235- ====================== ============================= =============== 
236- Name ``FormEvents `` Constant Event's Data
237- ====================== ============================= =============== 
238- ``form.pre_set_data `` ``FormEvents::PRE_SET_DATA `` Model data
239- ``form.post_set_data `` ``FormEvents::POST_SET_DATA `` Model data
240- ``form.pre_bind `` ``FormEvents::PRE_SUBMIT `` Request data
241- ``form.bind `` ``FormEvents::SUBMIT `` Normalized data
242- ``form.post_bind `` ``FormEvents::POST_SUBMIT `` View data
243- ====================== ============================= =============== 
235+ ======================   =============================   =============== 
236+ Name   ``FormEvents `` Constant   Event's Data
237+ ======================   =============================   =============== 
238+ ``form.pre_set_data ``   ``FormEvents::PRE_SET_DATA ``   Model data
239+ ``form.post_set_data ``   ``FormEvents::POST_SET_DATA ``   Model data
240+ ``form.pre_bind ``   ``FormEvents::PRE_SUBMIT ``   Request data
241+ ``form.bind ``   ``FormEvents::SUBMIT ``   Normalized data
242+ ``form.post_bind ``   ``FormEvents::POST_SUBMIT ``   View data
243+ ======================   =============================   =============== 
244244
245245.. versionadded :: 2.3 
246246 Before Symfony 2.3, ``FormEvents::PRE_SUBMIT ``, ``FormEvents::SUBMIT ``
0 commit comments