- 🇮🇹Italy apaderno Brescia, 🇮🇹
This has been already fixed in #3200447: Remove use of drush_get_option & drush_set_error to improve drush 9.x/10.x compatible → .
I first installed 2.0 on my Drupal 8 site and tried to delete the nodes of a custom type using
drush dade --type=custom_content_type
And I get the error: Error: Call to undefined function Drupal\delete_all\Commands\drush_get_option() in Drupal\delete_all\Commands\DeleteAllCommands->allDeleteEntities()
So then I applied this patch:
https://www.drupal.org/files/issues/2020-01-30/3110122-call-to-undefined... →
, and now I get the error Call to undefined function Drupal\delete_all\Commands\drush_set_error() in Drupal\delete_all\Commands\DeleteAllCommands->allDeleteEntities()
run drush dade on custom entity type after applying this patch: https://www.drupal.org/files/issues/2020-01-30/3110122-call-to-undefined... →
Closed: duplicate
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This has been already fixed in #3200447: Remove use of drush_get_option & drush_set_error to improve drush 9.x/10.x compatible → .