‪TYPO3CMS  9.5
TYPO3\CMS\Install\Updates\MigrateFscStaticTemplateUpdate Class Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\MigrateFscStaticTemplateUpdate:
TYPO3\CMS\Install\Updates\UpgradeWizardInterface

Public Member Functions

string getIdentifier ()
 
string getTitle ()
 
string getDescription ()
 
bool updateNecessary ()
 
string[] getPrerequisites ()
 
bool executeUpdate ()
 

Detailed Description

Migrate "fluid_styled_content" static template location

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

Definition at line 24 of file MigrateFscStaticTemplateUpdate.php.

Member Function Documentation

◆ executeUpdate()

bool TYPO3\CMS\Install\Updates\MigrateFscStaticTemplateUpdate::executeUpdate ( )

Performs the database update

Returns
‪bool

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 96 of file MigrateFscStaticTemplateUpdate.php.

◆ getDescription()

string TYPO3\CMS\Install\Updates\MigrateFscStaticTemplateUpdate::getDescription ( )
Returns
‪string Longer description of this updater

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 45 of file MigrateFscStaticTemplateUpdate.php.

◆ getIdentifier()

string TYPO3\CMS\Install\Updates\MigrateFscStaticTemplateUpdate::getIdentifier ( )
Returns
‪string Unique identifier of this updater

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 29 of file MigrateFscStaticTemplateUpdate.php.

◆ getPrerequisites()

string [] TYPO3\CMS\Install\Updates\MigrateFscStaticTemplateUpdate::getPrerequisites ( )
Returns
‪string[] All new fields and tables must exist

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 84 of file MigrateFscStaticTemplateUpdate.php.

◆ getTitle()

string TYPO3\CMS\Install\Updates\MigrateFscStaticTemplateUpdate::getTitle ( )
Returns
‪string Title of this updater

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 37 of file MigrateFscStaticTemplateUpdate.php.

◆ updateNecessary()

bool TYPO3\CMS\Install\Updates\MigrateFscStaticTemplateUpdate::updateNecessary ( )

Checks if an update is needed

Returns
‪bool Whether an update is needed (TRUE) or not (FALSE)

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 55 of file MigrateFscStaticTemplateUpdate.php.