Skip to content

Commit 8040775

Browse files
committed
[#2092] Tweaks thanks to @bschussek
1 parent 926b7d3 commit 8040775

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

book/forms.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,9 @@ controller::
225225

226226
.. versionadded:: 2.3
227227
The :method:`Symfony\Component\Form\FormInterface::handleRequest` method was
228-
added in Symfony 2.3. Previously, the now-deprecated ``bind`` function
229-
was used. For details on that method, see :doc:`/cookbook/form/direct_bind`.
228+
added in Symfony 2.3. Previously, the ``$request`` was passed to the
229+
``bind`` method - a strategy which is deprecated and will be removed
230+
in Symfony 3.0. For details on that method, see :doc:`/cookbook/form/direct_bind`.
230231

231232
This controller follows a common pattern for handling forms, and has three
232233
possible paths:

0 commit comments

Comments
 (0)