‪TYPO3CMS  10.4
TYPO3\CMS\Reports\Report\Status\FalStatus Class Reference
Inheritance diagram for TYPO3\CMS\Reports\Report\Status\FalStatus:
TYPO3\CMS\Reports\StatusProviderInterface

Public Member Functions

array getStatus ()
 

Protected Member Functions

TYPO3 CMS Reports Status getMissingFilesStatus ()
 
LanguageService getLanguageService ()
 

Detailed Description

Performs several checks about the FAL status

Definition at line 29 of file FalStatus.php.

Member Function Documentation

◆ getLanguageService()

LanguageService TYPO3\CMS\Reports\Report\Status\FalStatus::getLanguageService ( )
protected
Returns
‪LanguageService

Definition at line 130 of file FalStatus.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Reports\Report\Status\FalStatus\getMissingFilesStatus().

◆ getMissingFilesStatus()

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

Checks if there are files marked as missed.

Returns
‪\TYPO3\CMS\Reports\Status An object representing whether there are files marked as missed or not

Definition at line 49 of file FalStatus.php.

References TYPO3\CMS\Reports\Report\Status\FalStatus\getLanguageService(), and TYPO3\CMS\Core\Localization\LanguageService\getLL().

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

◆ getStatus()

array TYPO3\CMS\Reports\Report\Status\FalStatus::getStatus ( )

Determines the status of the FAL index.

Returns
‪array List of statuses

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 36 of file FalStatus.php.

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