Issue #3339640: Add Drush command to add existing content to the VG Wort queue
parent
2a860199
No related branches found
No related tags found
Showing
- README.md 9 additions, 0 deletionsREADME.md
- composer.json 7 additions, 0 deletionscomposer.json
- drush.services.yml 6 additions, 0 deletionsdrush.services.yml
- src/Commands/VgwortCommands.php 221 additions, 0 deletionssrc/Commands/VgwortCommands.php
- src/EntityQueuer.php 26 additions, 9 deletionssrc/EntityQueuer.php
- tests/src/Functional/DrushTest.php 101 additions, 0 deletionstests/src/Functional/DrushTest.php
... | ... | @@ -8,5 +8,12 @@ |
}, | ||
"require-dev": { | ||
"drupal/graphql": "^4.4" | ||
}, | ||
"extra": { | ||
"drush": { | ||
"services": { | ||
"drush.services.yml": "^11" | ||
} | ||
} | ||
} | ||
} |
drush.services.yml
0 → 100644
src/Commands/VgwortCommands.php
0 → 100644
tests/src/Functional/DrushTest.php
0 → 100644
Please register or sign in to comment