- 🇵🇱Poland azovsky
I am not sure why... but Drush 12 or 13 not see any ECA commands:
E.g. for " drush eca:disable":
There are no commands defined in the "eca" namespace.
Drupal version : 10.3.9
PHP version : 8.3.12
Drush version : 13.3.3.0
There are situations, e.g. when calling migrate:import
, where ECA should not be active. We already have a kill switch, but that can only be turned on in settings, and that's not easily possible when running scripts from the commands line.
Instead, invoking a drush command that disables all existing ECA models, would be much more convenient. Afterwards, enabling them all at once again with a drush command as well, will make things complete.
Implement 2 new drush commands utilizing the already existing enable/disable functions implemented in modellers.
Fixed
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am not sure why... but Drush 12 or 13 not see any ECA commands:
E.g. for " drush eca:disable":
There are no commands defined in the "eca" namespace.
Drupal version : 10.3.9
PHP version : 8.3.12
Drush version : 13.3.3.0