function new_relic_rpm_modules_disabled in New Relic 7
Implements hook_modules_disabled().
File
- ./
new_relic_rpm.module, line 371 - Drupal module implementing New Relic.
Code
function new_relic_rpm_modules_disabled($modules) {
// Make the Deploy call to New Relic.
if (!empty($modules)) {
new_relic_rpm_module_deploy(NULL, $modules);
}
}