‪TYPO3CMS  9.5
TYPO3\CMS\Install\SystemEnvironment\CheckInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Install\SystemEnvironment\CheckInterface:
TYPO3\CMS\Install\SystemEnvironment\Check TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck TYPO3\CMS\Install\SystemEnvironment\DatabasePlatform\MySqlCheck TYPO3\CMS\Install\SystemEnvironment\DatabasePlatform\PostgreSqlCheck TYPO3\CMS\Install\SystemEnvironment\ServerResponse\ServerResponseCheck TYPO3\CMS\Install\SystemEnvironment\SetupCheck

Public Member Functions

FlashMessageQueue getStatus ()
 

Detailed Description

Check system environment status

This interface needs to be implemented by hardcoded requirement checks of the underlying server and PHP system.

The status messages and title must not include HTML, use plain text only. The return values of this class can be used in different scopes (eg. as json array).

Definition at line 30 of file CheckInterface.php.

Member Function Documentation

◆ getStatus()