‪TYPO3CMS  ‪main
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 ()
 
 getLabel ()
 
Status[] getDetailedStatus ()
 

Protected Member Functions

Status[] getStatusInternal ($verbose)
 
 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 34 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 59 of file EnvironmentStatusReport.php.

References TYPO3\CMS\Install\Report\EnvironmentStatusReport\getStatusInternal(), and TYPO3\CMS\Core\Core\Environment\isCli().

◆ getLabel()

TYPO3\CMS\Install\Report\EnvironmentStatusReport::getLabel ( )

Return label of this status

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 49 of file EnvironmentStatusReport.php.

◆ getLanguageService()

TYPO3\CMS\Install\Report\EnvironmentStatusReport::getLanguageService ( )
protected

◆ getStatus()

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

◆ getStatusInternal()

Status [] TYPO3\CMS\Install\Report\EnvironmentStatusReport::getStatusInternal (   $verbose)
protected