- Issue created by @AndyF
In \Drupal\path_redirect_import\Drush\Commands\PathRedirectImportCommands
, we're extending an internal class of another contrib module, and that means an existing install of path redirect import can be broken by upgrading the other contrib project. It also means code churn chasing any changes in the contrib module.
Rather than extending \Drupal\migrate_tools\Drush\Commands\MigrateToolsCommands
, it might be worth either:
I think this would make it less likely the module will suddenly break on people and require less maintenance.
Active
2.1
Code