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

Public Member Functions

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

Detailed Description

Move "wizard done" flags to system registry

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

Definition at line 26 of file WizardDoneToRegistry.php.

Member Function Documentation

◆ executeUpdate()

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

Performs the accordant updates.

Returns
‪bool Whether everything went smoothly or not

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 87 of file WizardDoneToRegistry.php.

◆ getDescription()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 47 of file WizardDoneToRegistry.php.

◆ getIdentifier()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 31 of file WizardDoneToRegistry.php.

◆ getPrerequisites()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 75 of file WizardDoneToRegistry.php.

◆ getTitle()

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

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 39 of file WizardDoneToRegistry.php.

◆ updateNecessary()

bool TYPO3\CMS\Install\Updates\WizardDoneToRegistry::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 57 of file WizardDoneToRegistry.php.