TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Reports\Report\Status\SystemStatus Class Reference
Inheritance diagram for TYPO3\CMS\Reports\Report\Status\SystemStatus:
TYPO3\CMS\Reports\StatusProviderInterface

Public Member Functions

 getStatus ()
 

Protected Member Functions

 getMissingPhpModulesOfExtensions ()
 

Detailed Description

Performs several checks about the system's health

Definition at line 20 of file SystemStatus.php.

Member Function Documentation

◆ getMissingPhpModulesOfExtensions()

TYPO3\CMS\Reports\Report\Status\SystemStatus::getMissingPhpModulesOfExtensions ( )
protected

Reports whether extensions need additional PHP modules different from standard core requirements

Returns
A status of missing PHP modules

Definition at line 89 of file SystemStatus.php.

References $GLOBALS, TYPO3\CMS\Reports\Status\ERROR, TYPO3\CMS\Core\Utility\GeneralUtility\getUserObj(), and TYPO3\CMS\Reports\Status\OK.

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

◆ getStatus()