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
diff --git a/vendor/chi-teck/drupal-code-generator/templates/d7/hook/modules_disabled.twig b/vendor/chi-teck/drupal-code-generator/templates/d7/hook/modules_disabled.twig
new file mode 100644 (file)
index 0000000..8b28f49
--- /dev/null
@@ -0,0 +1,8 @@
+/**
+ * Implements hook_modules_disabled().
+ */
+function {{ machine_name }}_modules_disabled($modules) {
+  if (in_array('lousy_module', $modules)) {
+    mymodule_enable_functionality();
+  }
+}