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.
Actions