File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Component/Form Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ final class FormEvents
31
31
*
32
32
* @Event("Symfony\Component\Form\FormEvent")
33
33
*/
34
- const PRE_SUBMIT = 'form.pre_bind ' ;
34
+ const PRE_SUBMIT = 'form.pre_submit ' ;
35
35
36
36
/**
37
37
* The SUBMIT event is dispatched just before the Form::submit() method
@@ -41,7 +41,7 @@ final class FormEvents
41
41
*
42
42
* @Event("Symfony\Component\Form\FormEvent")
43
43
*/
44
- const SUBMIT = 'form.bind ' ;
44
+ const SUBMIT = 'form.submit ' ;
45
45
46
46
/**
47
47
* The FormEvents::POST_SUBMIT event is dispatched after the Form::submit()
@@ -51,7 +51,7 @@ final class FormEvents
51
51
*
52
52
* @Event("Symfony\Component\Form\FormEvent")
53
53
*/
54
- const POST_SUBMIT = 'form.post_bind ' ;
54
+ const POST_SUBMIT = 'form.post_submit ' ;
55
55
56
56
/**
57
57
* The FormEvents::PRE_SET_DATA event is dispatched at the beginning of the Form::setData() method.
You can’t perform that action at this time.
0 commit comments