‪TYPO3CMS  ‪main
TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PdoMysql Class Reference
Inheritance diagram for TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PdoMysql:
TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver TYPO3\CMS\Install\SystemEnvironment\CheckInterface

Public Member Functions

 getStatus ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver
 __construct ()
 
 getMessageQueue ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver
 checkPhpExtensions (string $extension)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver
FlashMessageQueue $messageQueue
 

Detailed Description

Check database configuration status for PDOMySql driver

This class is a hardcoded requirement check for the database driver.

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

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 PdoMysql.php.

Member Function Documentation

◆ getStatus()

TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PdoMysql::getStatus ( )