From aa33bfa100eb10faa42dccdc6d4bb7cc67244ad2 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 10 Feb 2016 20:02:11 +0100 Subject: [PATCH] [Components][Form] remove outdated caution --- components/form/form_events.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/components/form/form_events.rst b/components/form/form_events.rst index 6d6f582639a..188d72c8460 100644 --- a/components/form/form_events.rst +++ b/components/form/form_events.rst @@ -257,14 +257,6 @@ Name ``FormEvents`` Constant Event's Data ``form.post_bind`` ``FormEvents::POST_SUBMIT`` View data ====================== ============================= =============== -.. caution:: - - The ``FormEvents::PRE_BIND``, ``FormEvents::BIND`` and - ``FormEvents::POST_BIND`` constants will be removed in version 3.0 of - Symfony. - The event names still keep their original values, so make sure you use the - ``FormEvents`` constants in your code for forward compatibility. - Event Listeners ~~~~~~~~~~~~~~~