generate:form:config
The generate:form:config command Generate a new "ConfigFormBase"
Usage:
$ drupal generate:form:config [options]
Available options
| Option | Details |
|---|---|
| --module | The Module name. |
| --class | The form class name |
| --form-id | The Form id |
| --services | Load services from the container. |
| --inputs | Create inputs in a form. |
| --routing | Update routing |