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 e279e95 commit 6ef1efbCopy full SHA for 6ef1efb
components/form.rst
@@ -383,7 +383,7 @@ Creating a simple Form
383
384
If you're using the Symfony Framework, then the form factory is available
385
automatically as a service called ``form.factory``. Also, the default
386
- base controller class has a :method:`Symfony\\Bundle\\FrameworkBundle\\Controller::createFormBuilder`
+ base controller class has a :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::createFormBuilder`
387
method, which is a shortcut to fetch the form factory and call ``createBuilder()``
388
on it.
389
0 commit comments