Skip to content
Snippets Groups Projects
Commit 15e23367 authored by Benni Mack's avatar Benni Mack Committed by Frank Nägler
Browse files

[TASK] Avoid $GLOBALS[TYPO3_REQUEST] in TSFE

In order to reduce the amount of accessing
globals in the future, and especially TYPO3_REQUEST
which was born because of missing structure
of TYPO3 Core, the currrent request object is now
handed in (optionally) to methods, to work directly
with them in TSFE context.

Resolves: #91568
Releases: master, 10.4
Change-Id: I760dbd70c9748d69c669bc6f65d65d20dd8ab530
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64662


Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarFrank Nägler <frank.naegler@typo3.org>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.org>
parent 32b213c3
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