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 926b7d3 commit 8040775Copy full SHA for 8040775
book/forms.rst
@@ -225,8 +225,9 @@ controller::
225
226
.. versionadded:: 2.3
227
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`.
+ added in Symfony 2.3. Previously, the ``$request`` was passed to the
+ ``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`.
231
232
This controller follows a common pattern for handling forms, and has three
233
possible paths:
0 commit comments