Skip to content
Snippets Groups Projects
Commit e6e5ffa7 authored by Benni Mack's avatar Benni Mack Committed by Anja Leichsenring
Browse files

[!!!][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: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 65448078
Branches
Tags
Showing
with 78 additions and 190 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment