Deprecation: #85822 - Static class TYPO3\CMS\Frontend\Page\PageGenerator
See forge#85822
Description
The PSR-15 RequestHandler is responsible for compiling content. There is no need anymore to directly access and set global objects, which are available already in the RequestHandler.
Therefore this logic is moved into RequestHandler and the PHP class \TYPO3\
has been marked as deprecated.
Impact
Calling any of the methods within the PHP class will trigger a PHP E_
error.
Affected Installations
Any TYPO3 installation with a custom extension calling the static class.
Migration
Move the render logic to your own extension or use the RequestHandler to compile the functionality.
The unrelated method Page
has been moved into proper methods found at
General
Utility:: write Java Script Content To Temporary File ($content) General
Utility:: write Style Sheet Content To Temporary File ($content)