‪TYPO3CMS  11.5
TYPO3\CMS\Install\Updates\UpgradeWizardInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\UpgradeWizardInterface:
TYPO3\CMS\FrontendLogin\Updates\MigrateFeloginPlugins TYPO3\CMS\FrontendLogin\Updates\MigrateFeloginPluginsCtype TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate TYPO3\CMS\Install\Updates\BackendUserLanguageMigration TYPO3\CMS\Install\Updates\DatabaseRowsUpdateWizard TYPO3\CMS\Install\Updates\ShortcutRecordsMigration TYPO3\CMS\Install\Updates\SvgFilesSanitization TYPO3\CMS\Install\Updates\SysLogChannel

Public Member Functions

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

Detailed Description

Interface UpgradeWizardInterface

Definition at line 23 of file UpgradeWizardInterface.php.

Member Function Documentation

◆ executeUpdate()

◆ getDescription()

◆ getIdentifier()

◆ getPrerequisites()

◆ getTitle()

◆ updateNecessary()