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

getLabel()  : string
Return label of this status
getStatus()  : array<string|int, Status>
Determines the status of the FAL index.
getLanguageService()  : LanguageService
getMissingFilesStatus()  : Status
Checks if there are files marked as missed.

Methods

getLabel()

Return label of this status

public getLabel() : string
Return values
string

getStatus()

Determines the status of the FAL index.

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

List of statuses

getMissingFilesStatus()

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


        
On this page

Search results