Function Hook_Health_Check->assertTrue
Definitions
sources/health_check.php
- Report a check result, with the message if it failed.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$result | boolean | required parameter | N/A | N/A | Whether the check passed |
$message | string | required parameter | N/A | N/A | Failure message |