Deprecation: #82744 - Rename ext:lowlevel/View to lowlevel/Controller¶
See forge#82744
Description¶
Two classes of extension lowlevel have been renamed:
\TYPO3\
toCMS\ Lowlevel\ View\ Configuration View \TYPO3\
CMS\ Lowlevel\ Controller\ Configuration Controller \TYPO3\
toCMS\ Lowlevel\ View\ Database Integrity View \TYPO3\
CMS\ Lowlevel\ Controller\ Database Integrity Controller
Impact¶
Old class usages will still work: Class aliases are in place for TYPO3 v9, but will be removed in v10.
Affected Installations¶
Extensions that call or instantiate the old class names. It is however rather unlikely extensions depend on these controller classes directly. The extension scanner will find any usages within extensions.
Migration¶
Use new class names instead.