Pull merge.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / modules_installed.twig
1 /**
2  * Implements hook_modules_installed().
3  */
4 function {{ machine_name }}_modules_installed($modules) {
5   if (in_array('lousy_module', $modules)) {
6     variable_set('lousy_module_conflicting_variable', FALSE);
7   }
8 }