ImageProcessingStatus implements StatusProviderInterface
Performs several checks about processing images
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 webp | avif support is activated, but webp | avif is not enabled in ImageMagick / GraphicsMagick
Methods
getLabel()
Return label of this status
    public
                    getLabel() : string
    Return values
stringgetStatus()
Determines the status of the FAL index.
    public
                    getStatus() : array<string|int, Status>
    Return values
array<string|int, Status> —List of statuses
getLanguageService()
    protected
                    getLanguageService() : LanguageService
    Return values
LanguageServicegetMissingFilesStatus()
Checks if webp | avif support is activated, but webp | avif is not enabled in ImageMagick / GraphicsMagick
    protected
                    getMissingFilesStatus([string $fileFormat = 'webp' ]) : Status
    Parameters
- $fileFormat : string = 'webp'