Commit 03a7967
committed
minor symfony#9942 Change form.xxx_bind to form.xxx_submit (guillbdx)
This PR was merged into the 4.0 branch.
Discussion
----------
Change form.xxx_bind to form.xxx_submit
Form Events names have changed in 4.0 version, using 'submit' instead of 'bind'.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
a6d2938 Change form.xxx_bind to form.xxx_submit1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | | - | |
257 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments