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 82234e5 commit 21040c5Copy full SHA for 21040c5
forms.rst
@@ -952,7 +952,8 @@ Extra fields
952
953
All form fields are considered properties of the object but you can inject
954
fields directly into your view without specifying them in the form definition.
955
-They can be retrieved via the ``getExtraData`` :class:`Symfony\\Component\\Form\\FormTypeInterface`.
+They can be retrieved via the :method:`FormInterface::getExtraData() <Symfony\\Component\\Form\\FormInterface::getExtraData>`
956
+method.
957
958
This is a creation user form::
959
0 commit comments