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 e0137f5 commit 8d246c4Copy full SHA for 8d246c4
forms.rst
@@ -705,8 +705,9 @@ the choice is ultimately up to you.
705
706
707
.. note::
708
- A form name is generated from the type class name, if you want to set it
709
- explicitly, use :method:`FormFactoryInterface::createNamed() <Symfony\\Component\\Form\\FormFactoryInterface>`.
+
+ The form name is automatically generated from the type class name. If you want
710
+ to modify it, use the :method:`Symfony\\Component\\Form\\FormFactoryInterface::createNamed` method.
711
You can even suppress the name completely by setting it to an empty string.
712
713
Final Thoughts
0 commit comments