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

Public Member Functions

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

Detailed Description

Migrate file references that are stored in a wrong way to correct scheme

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

Definition at line 29 of file FileReferenceUpdate.php.

Member Function Documentation

◆ executeUpdate()

◆ getDescription()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 50 of file FileReferenceUpdate.php.

◆ getIdentifier()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 34 of file FileReferenceUpdate.php.

◆ getPrerequisites()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 75 of file FileReferenceUpdate.php.

◆ getTitle()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 42 of file FileReferenceUpdate.php.

◆ updateNecessary()

bool TYPO3\CMS\Install\Updates\FileReferenceUpdate::updateNecessary ( )
Returns
‪bool True if there are records to update

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 58 of file FileReferenceUpdate.php.