File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 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
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
You can’t perform that action at this time.
0 commit comments