File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22 class : ' Class name'
33 events : ' Load events from the container'
44 module : ' The Module name.'
5- extension : ' The extension name.'
6- extension-type : ' The extension type.'
5+ extension : ' The name of the Extension (modules, profiles or themes name) .'
6+ extension-type : ' The type of the Extension (can be module, profile or theme) .'
77 services : ' Load services from the container.'
88 tags : ' Set service tags from the container.'
99 inputs : ' Create inputs in a form.'
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ description: 'Generate commands for the console.'
22help : ' The <info>generate:command</info> command helps you generate a new command.'
33welcome : ' Welcome to the Drupal Command generator'
44options :
5- extension : ' The name of the Extension (that will contain the command).'
5+ extension : ' The name of the Extension (modules, profiles or themes name that will contain the command).'
6+ extension-type : ' The type of the Extension (can be module, profile or theme).'
67 class : ' The Class that describes the command. (Must end with the word '' Command'' ).'
78 name : ' The Command name.'
89 interact : ' Add interact method.'
You can’t perform that action at this time.
0 commit comments