[!!!][TASK] Remove deprecated constructor arguments in TSFE
Since TYPO3 v10 the god-object TSFE is now built with everything that is mandatory for rendering the Frontend: * Context * Site * SiteLanguage * PageArguments * FrontendUser The ultimate goal is to make TSFE be built without any global logic in the future, so it can be re-used and simulated in the backend as well, if needed. Also, the goal is to reduce the access to the global object, relying on other factors instead. Resolves: #91511 Related: #91473 Releases: master Change-Id: Ic237b43be1e98e18477f2de1d63cb80a1c2ab241 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64592 Tested-by:Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-91473-DeprecatedFunctionalityRemoved.rst 1 addition, 0 deletions.../master/Breaking-91473-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php 26 additions, 4 deletionstypo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 16 additions, 173 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php 7 additions, 1 deletion...d/Classes/Middleware/TypoScriptFrontendInitialization.php
- typo3/sysext/frontend/Classes/Typolink/AbstractTypolinkBuilder.php 3 additions, 1 deletion...ext/frontend/Classes/Typolink/AbstractTypolinkBuilder.php
- typo3/sysext/frontend/Tests/Functional/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php 3 additions, 2 deletions...ion/TypoScript/ConditionMatching/ConditionMatcherTest.php
- typo3/sysext/frontend/Tests/Functional/ContentObject/ContentObjectRendererTest.php 3 additions, 1 deletion...ts/Functional/ContentObject/ContentObjectRendererTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php 3 additions, 1 deletion...Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php
- typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php 7 additions, 2 deletions...ests/Unit/Controller/TypoScriptFrontendControllerTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ConstructorArgumentMatcher.php 4 additions, 2 deletions...ation/ExtensionScanner/Php/ConstructorArgumentMatcher.php
- typo3/sysext/redirects/Classes/Service/RedirectService.php 2 additions, 2 deletionstypo3/sysext/redirects/Classes/Service/RedirectService.php
- typo3/sysext/seo/Tests/Functional/Canonical/CanonicalGeneratorTest.php 3 additions, 1 deletion...seo/Tests/Functional/Canonical/CanonicalGeneratorTest.php
Please register or sign in to comment