Updates
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
- AbstractListTypeToCTypeUpdate
- This class can be extended by 3rd party extensions to easily add a custom `list_type` to `CType` update for deprecated "plugin" content element usages.
- 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
- IndexedSearchCTypeMigration
- This class can be extended by 3rd party extensions to easily add a custom `list_type` to `CType` update for deprecated "plugin" content element usages.
- NullToDefaultUpdateWizard
- Update current "NULL" fields to their desired DEFAULT value if new database schema (TCA) defines a "NOT NULL" assertion (nullable=false).
- PagesRecyclerDoktypeMigration
- PrerequisiteCollection
- ReferenceIndexUpdatedPrerequisite
- ReferenceIndex Prerequisite
- SynchronizeColPosAndCTypeWithDefaultLanguage
- UpgradeWizardRegistry
- Registry for upgrade wizards. The registry receives all services, tagged with "install.upgradewizard".