Deprecation: #86439 - Mark several methods within TemplateService as internal
See forge#86439
Description
The following methods in
\TYPO3\ have been marked as protected:
prependStatic Extra () versionOL () processIncludes () mergeConstants From Page TSconfig () flattenSetup () substituteConstants ()
Impact
Calling the methods in a public context will trigger a PHP
E_ error.
Affected Installations
TYPO3 installations with custom extensions working with the
Template class.
Migration
Avoid using the methods, and re-implement the functionality on your own, if necessary.