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 5aa9ee5 commit f9e3559Copy full SHA for f9e3559
form/form_customization.rst
@@ -312,12 +312,12 @@ obvious (since it'll render the field for you).
312
313
{{ form_rest(form) }}
314
315
-parent_form(form_view)
+form_parent(form_view)
316
......................
317
318
.. versionadded:: 4.3
319
320
- The ``parent_form()`` function was introduced in Symfony 4.3.
+ The ``form_parent()`` function was introduced in Symfony 4.3.
321
322
Returns the parent form view or ``null`` if the form view already is the
323
root form. Using this function should be preferred over accessing the parent
0 commit comments