Unable to run drush --uri=site-url.com warden-update
Error: Call to undefined function Drupal\warden\Commands\drush_print() in /var/www/project-name/docroot/modules/contrib/warden/src/Commands/WardenCommands.php on line 59 #0 [internal function]: Drupal\warden\Commands\WardenCommands->update(Array)
#1 /var/www/carbon-trust/vendor/consolidation/annotated-commI think this might be because `drush_print()` has been deprecated in Drush 10.
Is this module going to be supported in drush 10 as `drush_print()` would need replacing with `$this->output()->writeln() `
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3129366-3.patch | 2.24 KB | modestmoes |
Comments
Comment #2
jozzy_a commentedEOL for drush 9 is May 2020 - https://docs.drush.org/en/master/install/#drupal-compatibility
Comment #3
modestmoes commentedComment #4
johnennew commentedThanks for this - looks good.
Comment #6
johnennew commentedMerged into the 8.x-2.x branch