- Issue created by @duivw
Module validation is currently only performed when enabling a module from the Drupal admin interface. It should however also throw an error if a disallowed module is enabled from the terminal using Drush.
Create a Drush hook which hooks into the PmCommands::INSTALL
command and validates that no disallowed modules will be installed.
- Create Drush hook
None
None
New Drush hook
Active
1.0
Code