8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3f5f4 commit aa33bfaCopy full SHA for aa33bfa
components/form/form_events.rst
@@ -257,14 +257,6 @@ Name ``FormEvents`` Constant Event's Data
257
``form.post_bind`` ``FormEvents::POST_SUBMIT`` View data
258
====================== ============================= ===============
259
260
-.. caution::
261
-
262
- The ``FormEvents::PRE_BIND``, ``FormEvents::BIND`` and
263
- ``FormEvents::POST_BIND`` constants will be removed in version 3.0 of
264
- Symfony.
265
- The event names still keep their original values, so make sure you use the
266
- ``FormEvents`` constants in your code for forward compatibility.
267
268
Event Listeners
269
~~~~~~~~~~~~~~~
270