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:
raw
raw
P last
Comment comment
Set multi
Line Enabled multi
Line Object multi
Line Value in
Brace last
Condition True syntax
High Light high
Light Data high
Light Data_ bracelevel high
Light Styles high
Light Block Styles high
Light Block Styles_ basecolor next
Divider () parse
Sub () roll
Parse Sub () set
Val () error
() reg
High Light () syntax
Highlight_ 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.