Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
core\check\manager Class Reference

Check API manager. More...

Static Public Member Functions

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

Public Attributes

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

Detailed Description

Check API manager.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

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: