Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / modules_disabled.twig
1 /**
2  * Implements hook_modules_disabled().
3  */
4 function {{ machine_name }}_modules_disabled($modules) {
5   if (in_array('lousy_module', $modules)) {
6     mymodule_enable_functionality();
7   }
8 }