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

Public Member Functions

array getStatus ()
 

Protected Member Functions

TYPO3 CMS Reports Status getRegisteredXclassStatus ()
 
LanguageService getLanguageService ()
 

Detailed Description

Performs basic checks about the TYPO3 install

Definition at line 26 of file Typo3Status.php.

Member Function Documentation

◆ getLanguageService()

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

Definition at line 88 of file Typo3Status.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Reports\Report\Status\Typo3Status\getRegisteredXclassStatus().

◆ getRegisteredXclassStatus()

TYPO3 CMS Reports Status TYPO3\CMS\Reports\Report\Status\Typo3Status::getRegisteredXclassStatus ( )
protected

List any Xclasses registered in the system

Returns
‪\TYPO3\CMS\Reports\Status

Definition at line 46 of file Typo3Status.php.

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

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

◆ getStatus()

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

Returns the status for this report

Returns
‪array List of statuses

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 33 of file Typo3Status.php.

References TYPO3\CMS\Reports\Report\Status\Typo3Status\getRegisteredXclassStatus().