Skip to content
Commit be434f2f authored by Claus Due's avatar Claus Due Committed by Benni Mack
Browse files

[TASK] Refactor fluid page module components

Refactoring with the goal of:

* Restoring entity-like nature of BackendLayout
* Decreasing coupling between components of the page
  module processing and rendering.

Implements a PageLayoutContext to hold all context-related
objects and methods and passes the context to objects
instead of passing the BackendLayout. Reduces number of
methods on DrawingConfiguration so the configuration object
only holds output- and behavior-related options and does not
hold things like permission checks.

Releases: master
Resolves: #90882
Change-Id: I09f1d97a53a76ea96d6cbc18bb5549127b5a1a71
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64002


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent cb9863f5
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