Skip to content

Commit 3cf253a

Browse files
committed
Reword
1 parent 2c54c4c commit 3cf253a

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

forms.rst

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -104,24 +104,13 @@ and you can also :doc:`create your own form types </form/create_custom_field_typ
104104
105105
$ php bin/console debug:form
106106
107-
If you pass a form type as the first argument, the command shows the options
108-
defined for that type, its parents and its extensions.
109-
For built-in types the short classname is enough, however other types
110-
require the FQCN:
111-
112-
.. code-block:: terminal
113-
107+
# pass the form type FQCN to only show the options for that type, its parents and extensions.
108+
# For built-in types, you can pass the short classname instead of the FQCN
114109
$ php bin/console debug:form BirthdayType
115110
116-
If you pass both a form type class and an option name, the command displays
117-
the full definition of the given option:
118-
119-
.. code-block:: terminal
120-
111+
# pass also an option name to only display the full definition of that option
121112
$ php bin/console debug:form BirthdayType label_attr
122113
123-
You can see all the command options by running ``--help``.
124-
125114
Building Forms
126115
--------------
127116

0 commit comments

Comments
 (0)