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.
2 parents 4747cdc + a507889 commit 38a0fa6Copy full SHA for 38a0fa6
book/forms.rst
@@ -421,13 +421,9 @@ guess (``text``).
421
422
.. note::
423
424
- The ``createBuilder()`` method takes up to three arguments (but only
425
- the first is required):
+ The ``createFormBuilder()`` method takes up to two arguments neither
+ of which are required):
426
427
- * the string ``form`` stands for the what you're building (a form) and
428
- is also used as the name of the form. If you look at the generated
429
- code, the two fields are named ``name="form[price]"`` and ``name="form[name]"``;
430
-
431
* The default data to initialize the form fields. This argument can be an
432
associative array or a plain old PHP object like in this example;
433
0 commit comments