[TASK] Move LinkVars calculation into separate class
The TSFE god object handles too many things. One part is the calculation of config.linkVars which is now moved into its own separate class. Resolves: #96908 Releases: main Change-Id: I17670f7b127e22d2557173f75583729119e664c9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73523 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 9 additions, 136 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Typolink/LinkVarsCalculator.php 175 additions, 0 deletions...3/sysext/frontend/Classes/Typolink/LinkVarsCalculator.php
- typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php 0 additions, 172 deletions...ests/Unit/Controller/TypoScriptFrontendControllerTest.php
- typo3/sysext/frontend/Tests/Unit/Typolink/LinkVarsCalculatorTest.php 198 additions, 0 deletions...t/frontend/Tests/Unit/Typolink/LinkVarsCalculatorTest.php
Please register or sign in to comment