FalStatus implements StatusProviderInterface
Performs several checks about the FAL status
Table of Contents
Interfaces
- StatusProviderInterface
- Interface for classes which provide a status report entry.
Methods
- getStatus() : array<string|int, mixed>
- Determines the status of the FAL index.
- getLanguageService() : LanguageService
- getMissingFilesStatus() : Status
- Checks if there are files marked as missed.
Methods
getStatus()
Determines the status of the FAL index.
public
getStatus() : array<string|int, mixed>
Return values
array<string|int, mixed> —List of statuses
getLanguageService()
protected
getLanguageService() : LanguageService
Return values
LanguageServicegetMissingFilesStatus()
Checks if there are files marked as missed.
protected
getMissingFilesStatus() : Status
Return values
Status —An object representing whether there are files marked as missed or not