Actions
Task #85822
closedDeprecate PageGenerator::renderContent
Start date:
2018-08-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Deprecate PageGenerator::renderContent
The PSR-15 RequestHandler should be responsible for compiling content, avoiding
a call to a static method which uses global objects again, which are available
already in the RequestHandler.
Therefore this logic is moved into RequestHandler.
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57880
Updated by Benni Mack over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3ca125dbd9ac1cb2c665be7ac3cad06bb9c0dffa.
Updated by Anja Leichsenring over 6 years ago
- Related to Task #85884: Deprecate PageGenerator class added
Actions