#Drush 13.4 comes with new command allowing you to inspect #Drupal dependencies. Just type
drush why:module node --type=module
...to get a list of modules that are depending on node. Or
drush why:module node --type=config
...to get all config entities that are depending on node module.
drush why:module node --type=module
...to get a list of modules that are depending on node. Or
drush why:module node --type=config
...to get all config entities that are depending on node module.
Drush 13.4 is out. We have a couple new commands (browse your module and config dependencies), and much more github.com/drush-ops/dr...
Comments
drush why:config node.type.article
Future plans: show dependencies of libraries or container services