Function Hook_Health_Check->stateCheckManual
Definitions
sources/health_check.php
- State a manual check.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $message | string | No | No | required parameter | N/A | N/A | What to check |
Preview
Code (PHP)
/**
* State a manual check.
*
* @param string $message What to check
*/
protected function stateCheckManual(string $message)
* State a manual check.
*
* @param string $message What to check
*/
protected function stateCheckManual(string $message)

