‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Updates\SysTemplateNoWorkspaceMigration Class Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\SysTemplateNoWorkspaceMigration:
TYPO3\CMS\Install\Updates\UpgradeWizardInterface

Public Member Functions

 getTitle ()
 
 getDescription ()
 
 getPrerequisites ()
 
 updateNecessary ()
 
 executeUpdate ()
 

Private Member Functions

 sysTemplateTableExists ()
 
 sysTemplateT3verWsidFieldExists ()
 
 getPreparedQueryBuilder ()
 
 getConnectionPool ()
 

Private Attributes

const TABLE_NAME = 'sys_template'
 

Detailed Description

Since
12.1

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

Definition at line 32 of file SysTemplateNoWorkspaceMigration.php.

Member Function Documentation

◆ executeUpdate()

◆ getConnectionPool()

◆ getDescription()

TYPO3\CMS\Install\Updates\SysTemplateNoWorkspaceMigration::getDescription ( )

Return the description for this wizard

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 41 of file SysTemplateNoWorkspaceMigration.php.

◆ getPreparedQueryBuilder()

◆ getPrerequisites()

TYPO3\CMS\Install\Updates\SysTemplateNoWorkspaceMigration::getPrerequisites ( )

Returns an array of class names of Prerequisite classes

This way a wizard can define dependencies like "database up-to-date" or "reference index updated"

Returns
‪string[]

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 48 of file SysTemplateNoWorkspaceMigration.php.

◆ getTitle()

TYPO3\CMS\Install\Updates\SysTemplateNoWorkspaceMigration::getTitle ( )

Return the speaking name of this wizard

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 36 of file SysTemplateNoWorkspaceMigration.php.

◆ sysTemplateT3verWsidFieldExists()

◆ sysTemplateTableExists()

◆ updateNecessary()

TYPO3\CMS\Install\Updates\SysTemplateNoWorkspaceMigration::updateNecessary ( )

Member Data Documentation

◆ TABLE_NAME

const TYPO3\CMS\Install\Updates\SysTemplateNoWorkspaceMigration::TABLE_NAME = 'sys_template'
private

Definition at line 34 of file SysTemplateNoWorkspaceMigration.php.