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

Public Member Functions

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

Detailed Description

Fill translation source field (l10n_source)

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 FillTranslationSourceField.php.

Member Function Documentation

◆ executeUpdate()

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

Performs the database update

Returns
‪bool

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 85 of file FillTranslationSourceField.php.

◆ getDescription()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 45 of file FillTranslationSourceField.php.

◆ getIdentifier()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 29 of file FillTranslationSourceField.php.

◆ getPrerequisites()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 73 of file FillTranslationSourceField.php.

◆ getTitle()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 37 of file FillTranslationSourceField.php.

◆ updateNecessary()

bool TYPO3\CMS\Install\Updates\FillTranslationSourceField::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 FillTranslationSourceField.php.