‪TYPO3CMS  10.4
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\DatabaseCheck\Driver\AbstractDriver TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform\PlatformCheckInterface TYPO3\CMS\Install\SystemEnvironment\ServerResponse\ServerResponseCheck TYPO3\CMS\Install\SystemEnvironment\SetupCheck TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\Mysqli TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PdoMysql TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PDOPgSql TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PDOSqlite TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PDOSqlsrv TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\SQLSrv TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform\AbstractPlatform TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform\MySql TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform\PostgreSql TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform\Sqlite TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform\SqlSrv

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()