PlatformCheckInterface extends CheckInterface

Check system environment status

Internal

This interface is only meant to be used within EXT:install and is not part of the TYPO3 Core API.

Table of Contents

Methods

checkDefaultDatabaseCharset()  : void
Checks the character set of the database and reports an error if it is not utf-8.
checkDefaultDatabaseServerCharset()  : void
Checks the character set of the database server and reports an info if it is not utf-8.
getStatus()  : FlashMessageQueue
Get all status information as array with status objects
isValidDatabaseName()  : bool

Methods

checkDefaultDatabaseCharset()

Checks the character set of the database and reports an error if it is not utf-8.

public checkDefaultDatabaseCharset(Connection $connection) : void
Parameters
$connection : Connection

to the database to be checked

checkDefaultDatabaseServerCharset()

Checks the character set of the database server and reports an info if it is not utf-8.

public checkDefaultDatabaseServerCharset(Connection $connection) : void
Parameters
$connection : Connection

to the database to be checked

isValidDatabaseName()

public static isValidDatabaseName(string $databaseName) : bool
Parameters
$databaseName : string
Return values
bool

        
On this page

Search results