TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Install\Service\CachingFrameworkDatabaseSchemaService Class Reference

Public Member Functions

 addCachingFrameworkRequiredDatabaseSchemaToTablesDefinition (array $sqlString)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! This service provides the sql schema for the caching framework

Definition at line 20 of file CachingFrameworkDatabaseSchemaService.php.

Member Function Documentation

◆ addCachingFrameworkRequiredDatabaseSchemaToTablesDefinition()

TYPO3\CMS\Install\Service\CachingFrameworkDatabaseSchemaService::addCachingFrameworkRequiredDatabaseSchemaToTablesDefinition ( 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 74 of file CachingFrameworkDatabaseSchemaService.php.