Upgrades
Table of Contents
Namespaces
Interfaces
- ChattyInterface
- Is this upgradeWizard chatty aka does it need to output things?
- ConfirmableInterface
- Use if upgrade wizard needs confirmation
- PrerequisiteInterface
- UpgradeWizard Prerequisites
- RepeatableInterface
- Use if wizard may be run multiple times (and should not be disabled after one run)
- UpgradeWizardInterface
- Interface UpgradeWizardInterface
Classes
- BackendUserLanguageMigration
- Migrates backend user language from "default" to "en".
- Confirmation
- DatabaseRowsUpdateWizard
- This is a generic updater to migrate content of TCA rows.
- DatabaseUpdatedPrerequisite
- Prerequisite for upgrade wizards to ensure the database is up-to-date
- MigrateExtensionDataImportRegistryKeysUpdate
- Migrate extension data import registry keys from path-based to extension key-based format
- PageDoktypeLinkMigration
- Migrates `pages.url` field values for `pages.doktype = 3 (Link)` to TypoLink notation suitable for the `pages.link` field and displays failed pages uid.
- PrerequisiteCollection
- Collection of prerequisites used internally in upgrade wizard commands.
- ReferenceIndexUpdatedPrerequisite
- ReferenceIndex Prerequisite
- UpgradeWizardRegistry
- Registry for upgrade wizards. The registry receives all services, tagged with "install.upgradewizard".
- UserPermissionsForRenamedModulesMigration