File tree 1 file changed +3
-14
lines changed
1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -104,24 +104,13 @@ and you can also :doc:`create your own form types </form/create_custom_field_typ
104
104
105
105
$ php bin/console debug:form
106
106
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
114
109
$ php bin/console debug:form BirthdayType
115
110
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
121
112
$ php bin/console debug:form BirthdayType label_attr
122
113
123
- You can see all the command options by running ``--help ``.
124
-
125
114
Building Forms
126
115
--------------
127
116
You can’t perform that action at this time.
0 commit comments