‪TYPO3CMS  9.5
TYPO3\CMS\Core\Cache\DatabaseSchemaService Class Reference

Public Member Functions

string getCachingFrameworkRequiredDatabaseSchema ()
 
array 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

◆ addCachingFrameworkRequiredDatabaseSchemaForSqlExpectedSchemaService()

array 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 53 of file DatabaseSchemaService.php.

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

◆ getCachingFrameworkRequiredDatabaseSchema()

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

Get schema SQL of required cache framework tables.

This method needs ext_localconf and ext_tables loaded!

Returns
‪string Cache framework SQL

Definition at line 29 of file DatabaseSchemaService.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Core\Cache\DatabaseSchemaService\addCachingFrameworkRequiredDatabaseSchemaForSqlExpectedSchemaService().