function hook_health_monitors_alter in Health Status 7
Allows you to alter the monitors array before it is used.
Parameters
array $monitors: Health monitors.
See also
1 invocation of hook_health_monitors_alter()
- health_get_monitors in ./
health.module - Gets monitors that have been registered.
File
- ./
health.api.php, line 108 - This file contains examples and documentation of the various hooks you can use to add Health monitors to the Health Dashboard.
Code
function hook_health_monitors_alter(&$monitors) {
}