-
-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[generate:form:*] Form generation defaults to extend from ConfigFormBase class #171
Comments
Could you make Just my two cents. |
make sense 👍 |
generator:form command was renamed to generator:form:config and code was modified to allow new form command to extend from GeneratorFormCommand class. |
The |
* [console] Fix package. * [init] Show proper labels for questions.
When generating form using command
generate:form
By default the generated Form Class extends ConfigFormBase
Solutions
Interface to implement ? 'FormBase', 'ConfigFormBase', 'ConfirmFormBase'
Form type to generate ? 'Generic', 'Configuration', 'Confirmation'
generate:form:generic
or as is nowgenerate:form
generate:form:config
orgenerate:form:configuration
generate:form:confirm
orgenerate:form:confirmation
The text was updated successfully, but these errors were encountered: