Typo3Status implements StatusProviderInterface
Performs basic checks about the TYPO3 install
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>
- Returns the status for this report
- getLanguageService() : LanguageService
- getRegisteredXclassStatus() : Status
- List any Xclasses registered in the system
Methods
getLabel()
Return label of this status
public
getLabel() : string
Return values
stringgetStatus()
Returns the status for this report
public
getStatus() : array<string|int, Status>
Return values
array<string|int, Status> —List of statuses
getLanguageService()
protected
getLanguageService() : LanguageService
Return values
LanguageServicegetRegisteredXclassStatus()
List any Xclasses registered in the system
protected
getRegisteredXclassStatus() : Status