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 a1aef93 commit bf08b82Copy full SHA for bf08b82
forms.rst
@@ -282,13 +282,6 @@ Now that the form has been created, the next step is to render it::
282
Internally, the ``render()`` method calls ``$form->createView()`` to
283
transform the form into a *form view* instance.
284
285
-.. deprecated:: 6.2
286
-
287
- Prior to Symfony 6.2, you had to use ``$this->render(..., ['form' => $form->createView()])``
288
- or the ``renderForm()`` method to render the form. The ``renderForm()``
289
- method is deprecated in favor of directly passing the ``FormInterface``
290
- instance to ``render()``.
291
292
Then, use some :ref:`form helper functions <reference-form-twig-functions>` to
293
render the form contents:
294
0 commit comments