SystemStatus implements StatusProviderInterface

Performs several checks about the system's health

Table of Contents

Interfaces

StatusProviderInterface
Interface for classes which provide a status report entry.

Methods

getLabel()  : string
Return label of this status
getStatus()  : array<string|int, Status>
Determines the Install Tool's status, mainly concerning its protection.
getLanguageService()  : LanguageService
getMissingPhpModulesOfExtensions()  : Status
Reports whether extensions need additional PHP modules different from standard core requirements

Methods

getLabel()

Return label of this status

public getLabel() : string
Return values
string

getStatus()

Determines the Install Tool's status, mainly concerning its protection.

public getStatus() : array<string|int, Status>
Return values
array<string|int, Status>

List of statuses

getMissingPhpModulesOfExtensions()

Reports whether extensions need additional PHP modules different from standard core requirements

protected getMissingPhpModulesOfExtensions() : Status
Return values
Status

A status of missing PHP modules


        
On this page

Search results