TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Cache\DatabaseSchemaService Class Reference

Public Member Functions

 getCachingFrameworkRequiredDatabaseSchema ()
 
 addCachingFrameworkRequiredDatabaseSchemaForInstallUtility (array $sqlString, $extensionKey)
 
 addCachingFrameworkRequiredDatabaseSchemaForSqlExpectedSchemaService (array $sqlString)
 

Detailed Description

This service provides the sql schema for the caching framework

Definition at line 20 of file DatabaseSchemaService.php.

Member Function Documentation

◆ addCachingFrameworkRequiredDatabaseSchemaForInstallUtility()

TYPO3\CMS\Core\Cache\DatabaseSchemaService::addCachingFrameworkRequiredDatabaseSchemaForInstallUtility ( array  $sqlString,
  $extensionKey 
)

A slot method to inject the required caching framework database tables to the tables definitions string

Parameters
array$sqlString
string$extensionKey
Returns
array

Definition at line 56 of file DatabaseSchemaService.php.

References TYPO3\CMS\Core\Cache\DatabaseSchemaService\getCachingFrameworkRequiredDatabaseSchema().

◆ addCachingFrameworkRequiredDatabaseSchemaForSqlExpectedSchemaService()

TYPO3\CMS\Core\Cache\DatabaseSchemaService::addCachingFrameworkRequiredDatabaseSchemaForSqlExpectedSchemaService ( array  $sqlString)

A slot method to inject the required caching framework database tables to the tables definitions string

Parameters
array$sqlString
Returns
array

Definition at line 69 of file DatabaseSchemaService.php.

References TYPO3\CMS\Core\Cache\DatabaseSchemaService\getCachingFrameworkRequiredDatabaseSchema().

◆ getCachingFrameworkRequiredDatabaseSchema()

TYPO3\CMS\Core\Cache\DatabaseSchemaService::getCachingFrameworkRequiredDatabaseSchema ( )