function hook_health_data_alter in Health Status 7
Allows you to alter the health data array before it gets returned.
Parameters
array $data: Health data array.
See also
1 invocation of hook_health_data_alter()
- health_get_data in ./
health.module - Gets all the health status data from modules that hook into it.
File
- ./
health.api.php, line 96 - 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_data_alter(&$data) {
}