Deprecation: #65578 - config.concatenateJsAndCss and concatenateFiles
See forge#65578
Description
The TypoScript property config.
and the related methods within Page
have
been marked as deprecated:
Page
Renderer->get Concatenate Files () Page
Renderer->enable Concatenate Files () Page
Renderer->disable Concatenate Files ()
Impact
Setting the TypoScript property or calling one of the methods above will trigger a PHP E_
error.
Affected Installations
TYPO3 installations setting the TypoScript property or calling one of the PHP methods directly.
Migration
Use the TypoScript properties config.
and config.
and the corresponding methods in PageRenderer class directly.