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

getStatus()  : array<string|int, mixed>
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

getStatus()

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

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

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