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