CRM_Utils_Check_Component
abstract class CRM_Utils_Check_Component
Properties
array | $checksConfig |
Methods
array
getChecksConfig()
Get the configured status checks.
setChecksConfig(array $checksConfig)
No description
bool
isEnabled()
Should these checks be run?
array
checkAll()
Run all checks in this class.
bool
isDisabled(string $method)
Is the specified check disabled.
bool
fileExists(string $url, float|bool $timeoutOverride = FALSE)
Check if file exists on given URL.
Details
at line 50
array
getChecksConfig()
Get the configured status checks.
at line 63
setChecksConfig(array $checksConfig)
at line 72
bool
isEnabled()
Should these checks be run?
at line 85
array
checkAll()
Run all checks in this class.
at line 106
bool
isDisabled(string $method)
Is the specified check disabled.
at line 132
bool
fileExists(string $url, float|bool $timeoutOverride = FALSE)
Check if file exists on given URL.