function new_relic_rpm_install in New Relic 8
Same name and namespace in other branches
- 7 new_relic_rpm.install \new_relic_rpm_install()
- 2.x new_relic_rpm.install \new_relic_rpm_install()
- 2.0.x new_relic_rpm.install \new_relic_rpm_install()
Implements hook_install().
File
- ./
new_relic_rpm.install, line 43 - Install and uninstall functions for the New Relic module.
Code
function new_relic_rpm_install() {
// Set New Relic RPM module's weight to very low so we can trigger job state
// changes early. This can be important in cases like hook_cron().
module_set_weight('new_relic_rpm', -20);
}