Important: #91079 - Various TypoScriptFrontendRenderer functionality is now internal
See forge#91079
Description
TypoScriptFrontendController has methods and properties which are marked as "@internal" in TYPO3 v10.
They are still used in TYPO3 v10 from within TYPO3 Core, but extension authors should use the actual APIs directly.
The properties
Typo
Script Frontend Controller->s Pre Typo
Script Frontend Controller->p Setup Typo
Script Frontend Controller->all
are related to unpacking TypoScript details related
to a page object in TypoScript and to its caching part,
this is now officially marked as internal - if needed,
TemplateService should be queried directly. These properties
will likely be removed in future TYPO3 versions, in order to
decouple TypoScript Parsing from the global TSFE
object.
The properties
Typo
Script Frontend Controller->additional Java Script Typo
Script Frontend Controller->additional CSS Typo
Script Frontend Controller->JSCode Typo
Script Frontend Controller->inline JS
and the method
Typo
are
marked as internal. The AssetCollector API and the PageRenderer
can be used instead, and TYPO3 Core will move towards these
APIs completely internally.
The property
Typo
is now marked as internal as the PageTitle API is in place since
TYPO3 v9 LTS.