generate:form
The generate:form command Generate a new "FormBase"
Usage:
$ drupal generate:form [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 |