File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1010use TYPO3 \CMS \Core \Configuration \SiteConfiguration ;
1111use TYPO3 \CMS \Core \Core \Environment ;
1212use TYPO3 \CMS \Core \Utility \GeneralUtility ;
13+ use TYPO3 \CMS \Install \Attribute \UpgradeWizard ;
1314use TYPO3 \CMS \Install \Updates \ChattyInterface ;
1415use TYPO3 \CMS \Install \Updates \DatabaseUpdatedPrerequisite ;
1516use TYPO3 \CMS \Install \Updates \UpgradeWizardInterface ;
1617use WebVision \Deepltranslate \Core \Service \DeeplService ;
1718
19+ #[UpgradeWizard('wvDeepltranslate_formalityUpgrade ' )]
1820class FormalityUpgradeWizard implements UpgradeWizardInterface, ChattyInterface
1921{
2022 protected OutputInterface $ output ;
Original file line number Diff line number Diff line change 33defined ('TYPO3 ' ) or die ();
44
55(static function (): void {
6- $ GLOBALS ['TYPO3_CONF_VARS ' ]['SC_OPTIONS ' ]['ext/install ' ]['update ' ]['wvDeepltranslate_formalityUpgrade ' ]
7- = \WebVision \Deepltranslate \Core \Upgrades \FormalityUpgradeWizard::class;
8-
96 //allowLanguageSynchronizationHook manipulates l10n_state
107 $ GLOBALS ['TYPO3_CONF_VARS ' ]['SC_OPTIONS ' ]['t3lib/class.t3lib_tcemain.php ' ]['processDatamapClass ' ][]
118 = \WebVision \Deepltranslate \Core \Hooks \AllowLanguageSynchronizationHook::class;
You can’t perform that action at this time.
0 commit comments