Skip to content
Snippets Groups Projects
Commit 437f6f61 authored by Benni Mack's avatar Benni Mack
Browse files

[TASK] Split up PageLayoutView code into smaller chunks

The PageLayoutView monster class has been chunked up into smaller
parts and some other functionality was removed.

In detail this patch changes:
- start() method is removed, as it is not needed anymore
- public properties which are not in use or have been left-overs ("nextThree") are removed
- rendering a single content element is now split up into smaller parts
- rendering the "localization view" is now separated into a separate method
- unnecessary functionality in separate methods (addPageIdConstraint) is moved into the main SQL function

Resolves: #90315
Releases: master
Change-Id: I53cd10beb5904bf49618d8b9d6147701f783125f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63172


Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarDaniel Gorges <daniel.gorges@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarDaniel Gorges <daniel.gorges@b13.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 0658787e
No related merge requests found
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