We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332eb7d commit 61cfa72Copy full SHA for 61cfa72
src/Commands/Generate.php
@@ -10,6 +10,8 @@
10
11
/**
12
* Implements generate command.
13
+ *
14
+ * @TODO: Create a test for this.
15
*/
16
class Generate extends Command {
17
@@ -24,8 +26,6 @@ class Generate extends Command {
24
26
'Component' => [
25
27
'Plugin' => [
28
'Filter',
- 'FieldType',
- 'Block',
29
],
30
'YML file' => [
31
'libraries.yml',
@@ -37,7 +37,6 @@ class Generate extends Command {
37
'Drupal 7' => [
38
'Module',
39
'Theme',
40
- 'Installation profile',
41
42
'settings.php',
43
'Info file',
@@ -53,9 +52,6 @@ class Generate extends Command {
53
52
54
55
'Drupal 6' => [
56
- 'Module',
57
- 'Theme',
58
59
60
61
0 commit comments