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
- getStatus() : array<string|int, mixed>
- Returns the status for this report
- getLanguageService() : LanguageService
- getRegisteredXclassStatus() : Status
- List any Xclasses registered in the system
Methods
getStatus()
Returns the status for this report
public
getStatus() : array<string|int, mixed>
Return values
array<string|int, mixed> —List of statuses
getLanguageService()
protected
getLanguageService() : LanguageService
Return values
LanguageServicegetRegisteredXclassStatus()
List any Xclasses registered in the system
protected
getRegisteredXclassStatus() : Status