File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ Name ``FormEvents`` Constant Event's Data
252
252
====================== ============================= ===============
253
253
``form.pre_set_data `` ``FormEvents::PRE_SET_DATA `` Model data
254
254
``form.post_set_data `` ``FormEvents::POST_SET_DATA `` Model data
255
- ``form.pre_bind `` ``FormEvents::PRE_SUBMIT `` Request data
256
- ``form.bind `` ``FormEvents::SUBMIT `` Normalized data
257
- ``form.post_bind `` ``FormEvents::POST_SUBMIT `` View data
255
+ ``form.pre_submit `` ``FormEvents::PRE_SUBMIT `` Request data
256
+ ``form.submit `` ``FormEvents::SUBMIT `` Normalized data
257
+ ``form.post_submit `` ``FormEvents::POST_SUBMIT `` View data
258
258
====================== ============================= ===============
259
259
260
260
Event Listeners
You can’t perform that action at this time.
0 commit comments