Deprecation: #86461 - Mark various TypoScript parsing functionality as internal
See forge#86461
Description
The following properties and methods of class
\TYPO3\
have changed visibility from public to protected as they are used for internal purpose:
rawrawP lastComment commentSet multiLine Enabled multiLine Object multiLine Value inBrace lastCondition True syntaxHigh Light highLight Data highLight Data_ bracelevel highLight Styles highLight Block Styles highLight Block Styles_ basecolor nextDivider () parseSub () rollParse Sub () setVal () error() regHigh Light () syntaxHighlight_ print ()
Impact
Calling any of the methods or accessing any of the properties will trigger a PHP
E_ error.
Affected Installations
TYPO3 installations with custom TypoScript Parsers or extensions which make use of internal TypoScript parsings.
Migration
Ensure to only use public entry-points of the TypoScript parsers.