Skip to content
Snippets Groups Projects
Commit 068351ea authored by Benni Mack's avatar Benni Mack Committed by Georg Ringer
Browse files

[TASK] Avoid using ControllerContext, and use Extbase Request instead

This change adds the methods
* setRequest()
* getRequest()
* getUriBuilder()

to the RenderingContext of EXT:Fluid.

The main goal is to reduce the usages of
the ControllerContext as much as possible to
decouple Extbase from Fluid.

When the "setRequest" method is used in the renderingContext,
the controllerContext is filled as well, in order to be
backwards-compatible.

Resolves: #92826
Releases: master
Change-Id: I41b8741e947c78895317ef2235959ceb251e103c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66323


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 93dc0273
Showing
with 91 additions and 47 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