From d06ba5c1350601d56fd210953997582a0fbcb376 Mon Sep 17 00:00:00 2001 From: Markus Hofmann Date: Thu, 15 May 2025 18:42:33 +0200 Subject: [PATCH] [TASK] Remove superfluous DataHandler hook handler `TCEmainHook` `TCEmainHook` datahandler hook has been used to override the `$cmdMap` array inside the datahander to fake translation as virtual `localization` table. TYPO3 deprecating and hardening the `$dataMap` and `$cmdMap` array structure, protecting against invalid structures, hit hard and the logic has been streamlined to a own DataHandler command making this DataHandler hook obsolete. Remove it. --- Classes/Hooks/TCEmainHook.php | 28 ---------------------------- ext_localconf.php | 4 ---- 2 files changed, 32 deletions(-) delete mode 100644 Classes/Hooks/TCEmainHook.php diff --git a/Classes/Hooks/TCEmainHook.php b/Classes/Hooks/TCEmainHook.php deleted file mode 100644 index 0a950652..00000000 --- a/Classes/Hooks/TCEmainHook.php +++ /dev/null @@ -1,28 +0,0 @@ - \WebVision\Deepltranslate\Core\Override\LocalizationController::class,