‪TYPO3CMS  10.4
TYPO3\CMS\Install\Report\EnvironmentStatusReport Class Reference
Inheritance diagram for TYPO3\CMS\Install\Report\EnvironmentStatusReport:
TYPO3\CMS\Reports\StatusProviderInterface TYPO3\CMS\Reports\ExtendedStatusProviderInterface

Public Member Functions

Status[] getStatus ()
 
Status[] getDetailedStatus ()
 

Protected Member Functions

Status[] getStatusInternal ($verbose)
 
LanguageService null getLanguageService ()
 

Detailed Description

Provides an environment status report

This class is only meant to be used within EXT:install and is not part of the TYPO3 Core API.

Definition at line 33 of file EnvironmentStatusReport.php.

Member Function Documentation

◆ getDetailedStatus()

Status [] TYPO3\CMS\Install\Report\EnvironmentStatusReport::getDetailedStatus ( )

Returns the detailed status of an extension or (sub)system

Returns
‪Status[]

Implements TYPO3\CMS\Reports\ExtendedStatusProviderInterface.

Definition at line 50 of file EnvironmentStatusReport.php.

References TYPO3\CMS\Install\Report\EnvironmentStatusReport\getStatusInternal().

◆ getLanguageService()

LanguageService null TYPO3\CMS\Install\Report\EnvironmentStatusReport::getLanguageService ( )
protected
Returns
‪LanguageService|null

Definition at line 134 of file EnvironmentStatusReport.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Install\Report\EnvironmentStatusReport\getStatusInternal().

◆ getStatus()

Status [] TYPO3\CMS\Install\Report\EnvironmentStatusReport::getStatus ( )

◆ getStatusInternal()