Deprecation: #100614 - Deprecate PageRenderer::$inlineJavascriptWrap and $inlineCssWrap
See forge#100614
Description
The protected properties $inline
and $inline
of the class \TYPO3\
have been deprecated and
shall not be used any longer.
Impact
Page
specifics concerning rendering XHTML or non-HTML5 content are
not working any longer in affected installations having custom code extending
\TYPO3\
.
Affected installations
Installations with custom code extending \TYPO3\
that are reading from or writing to the mentioned protected properties
$inline
or $inline
.
Migration
Avoid using the protected properties $inline
and
$inline
. In case any custom code needs to wrap with inline
<script>
or <style>
tags, use the new protected methods
wrap
and wrap
within \TYPO3\
.