You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController and
its global instance $GLOBALS['TSFE'] have been marked as deprecated.
The class will be removed with TYPO3 v14.
Impact
Calling TypoScriptFrontendController methods, or accessing state from $GLOBALS['TSFE'] is considered deprecated.
Affected installations
Various instances may still retrieve information from $GLOBALS['TSFE']. Remaining uses should be adapted. The extension
scanner will find possible matches.
To keep backwards compatibility in TYPO3 v13, some calls can not raise
deprecation level log messages.
Migration
See breaking-102621-1701937690 for details on substitutions. In
general, most state used by extensions has been turned into request
attributes.
Frontend, PHP-API, FullyScanned, ext:frontend
The text was updated successfully, but these errors were encountered:
Deprecation: #105230 - TypoScriptFrontendController and $GLOBALS['TSFE']
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.4/Deprecation-105230-TypoScriptFrontendControllerAndGLOBALSTSFE.html
Deprecation: #105230 - TypoScriptFrontendController and $GLOBALS['TSFE']
See 105230
Description
Class
TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController
andits global instance
$GLOBALS['TSFE']
have been marked as deprecated.The class will be removed with TYPO3 v14.
Impact
Calling
TypoScriptFrontendController
methods, or accessing state from$GLOBALS['TSFE']
is considered deprecated.Affected installations
Various instances may still retrieve information from
$GLOBALS['TSFE']
. Remaining uses should be adapted. The extensionscanner will find possible matches.
To keep backwards compatibility in TYPO3 v13, some calls can not raise
deprecation level log messages.
Migration
See
breaking-102621-1701937690
for details on substitutions. Ingeneral, most state used by extensions has been turned into request
attributes.
Frontend, PHP-API, FullyScanned, ext:frontend
The text was updated successfully, but these errors were encountered: