Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Static Public Member Functions | Public Attributes | List of all members
core\check\manager Class Reference

Static Public Member Functions

static get_checks (string $type)
 Return all status checks. More...
 
static get_performance_checks ()
 Return all performance checks. More...
 
static get_security_checks ()
 Return all security checks. More...
 
static get_status_checks ()
 Return all status checks. More...
 

Public Attributes

const TYPES = ['status', 'security', 'performance']
 The list of valid check types.
 

Member Function Documentation

◆ get_checks()

static core\check\manager::get_checks ( string  $type)
static

Return all status checks.

Parameters
string$typeof checks to fetch
Return values
arrayof check objects

◆ get_performance_checks()

static core\check\manager::get_performance_checks ( )
static

Return all performance checks.

Return values
arrayof check objects

◆ get_security_checks()

static core\check\manager::get_security_checks ( )
static

Return all security checks.

Return values
arrayof check objects

◆ get_status_checks()

static core\check\manager::get_status_checks ( )
static

Return all status checks.

Return values
arrayof check objects

The documentation for this class was generated from the following file: