‪TYPO3CMS  ‪main
TYPO3\CMS\Reports\Report\Status\ImageProcessingStatus Class Reference
Inheritance diagram for TYPO3\CMS\Reports\Report\Status\ImageProcessingStatus:
TYPO3\CMS\Reports\StatusProviderInterface

Public Member Functions

Status[] getStatus ()
 
 getLabel ()
 

Protected Member Functions

 getMissingFilesStatus ()
 
 getLanguageService ()
 

Detailed Description

Performs several checks about processing images

Definition at line 28 of file ImageProcessingStatus.php.

Member Function Documentation

◆ getLabel()

TYPO3\CMS\Reports\Report\Status\ImageProcessingStatus::getLabel ( )

Return label of this status

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 42 of file ImageProcessingStatus.php.

◆ getLanguageService()

TYPO3\CMS\Reports\Report\Status\ImageProcessingStatus::getLanguageService ( )
protected

◆ getMissingFilesStatus()

TYPO3\CMS\Reports\Report\Status\ImageProcessingStatus::getMissingFilesStatus ( )
protected

Checks if webp support is activated, but webp is not enabled in ImageMagick / GraphicsMagick

Definition at line 50 of file ImageProcessingStatus.php.

References TYPO3\CMS\Reports\Report\Status\ImageProcessingStatus\getLanguageService().

Referenced by TYPO3\CMS\Reports\Report\Status\ImageProcessingStatus\getStatus().

◆ getStatus()

Status [] TYPO3\CMS\Reports\Report\Status\ImageProcessingStatus::getStatus ( )

Determines the status of the FAL index.

Returns
Status[] List of statuses

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 35 of file ImageProcessingStatus.php.

References TYPO3\CMS\Reports\Report\Status\ImageProcessingStatus\getMissingFilesStatus().