‪TYPO3CMS  10.4
TYPO3\CMS\Install\Updates\UpgradeWizardInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\UpgradeWizardInterface:
TYPO3\CMS\Felogin\Updates\MigrateFeloginPlugins TYPO3\CMS\Form\Hooks\FormFileExtensionUpdate TYPO3\CMS\FrontendLogin\Updates\MigrateFeloginPluginsCtype TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate TYPO3\CMS\Install\Updates\Argon2iPasswordHashes TYPO3\CMS\Install\Updates\BackendLayoutIconUpdateWizard TYPO3\CMS\Install\Updates\BackendUserConfigurationUpdate TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate TYPO3\CMS\Install\Updates\DatabaseRowsUpdateWizard TYPO3\CMS\Install\Updates\ExtensionManagerTables TYPO3\CMS\Install\Updates\MigratePagesLanguageOverlayBeGroupsAccessRights TYPO3\CMS\Install\Updates\MigratePagesLanguageOverlayUpdate TYPO3\CMS\Install\Updates\MigrateUrlTypesInPagesUpdate TYPO3\CMS\Install\Updates\PopulatePageSlugs TYPO3\CMS\Install\Updates\SeparateSysHistoryFromSysLogUpdate TYPO3\CMS\Install\Updates\SvgFilesSanitization

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()

string TYPO3\CMS\Install\Updates\UpgradeWizardInterface::getIdentifier ( )

Return the identifier for this wizard This should be the same string as used in the ext_localconf class registration

Returns
‪string

Implemented in TYPO3\CMS\Install\Updates\BackendLayoutIconUpdateWizard, TYPO3\CMS\Form\Hooks\FormFileExtensionUpdate, TYPO3\CMS\Install\Updates\RedirectExtractionUpdate, TYPO3\CMS\Install\Updates\FeeditExtractionUpdate, TYPO3\CMS\Install\Updates\RedirectsExtensionUpdate, TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate, TYPO3\CMS\Install\Updates\SysActionExtractionUpdate, TYPO3\CMS\Install\Updates\TaskcenterExtractionUpdate, TYPO3\CMS\Felogin\Updates\MigrateFeloginPlugins, TYPO3\CMS\Install\Updates\AdminPanelInstall, TYPO3\CMS\Install\Updates\DatabaseRowsUpdateWizard, TYPO3\CMS\Install\Updates\FuncExtractionUpdate, TYPO3\CMS\Install\Updates\Typo3DbExtractionUpdate, TYPO3\CMS\Install\Updates\SvgFilesSanitization, TYPO3\CMS\Install\Updates\Argon2iPasswordHashes, TYPO3\CMS\Install\Updates\PopulatePageSlugs, TYPO3\CMS\Install\Updates\SeparateSysHistoryFromSysLogUpdate, TYPO3\CMS\FrontendLogin\Updates\MigrateFeloginPluginsCtype, TYPO3\CMS\Install\Updates\MigrateUrlTypesInPagesUpdate, TYPO3\CMS\Install\Updates\MigratePagesLanguageOverlayUpdate, TYPO3\CMS\Install\Updates\ExtensionManagerTables, TYPO3\CMS\Install\Updates\BackendUserConfigurationUpdate, TYPO3\CMS\Install\Updates\MigratePagesLanguageOverlayBeGroupsAccessRights, and TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate.

Referenced by TYPO3\CMS\Install\Command\UpgradeWizardRunCommand\runSingleWizard().

◆ getPrerequisites()

string [] TYPO3\CMS\Install\Updates\UpgradeWizardInterface::getPrerequisites ( )

◆ getTitle()

string TYPO3\CMS\Install\Updates\UpgradeWizardInterface::getTitle ( )

◆ updateNecessary()

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