Deprecation: #96996 - Deprecate TypoScriptFrontendController->checkEnableFields
See forge#96996
Description
The
TYPO3\
method has been deprecated in favour of the new
\TYPO3\
component.
Impact
Typo
will trigger a PHP
E_
error
when called. The extension scanner will report usages as weak match.
Affected Installations
All installations calling
Typo
in custom extension code.
Migration
Replace all usages of the deprecated method. Use the
Record
component instead, e.g.
Record
.