Breaking: #72418 - Deprecated backend-related PHP classes¶
See Issue #72418
Description¶
The following PHP classes have been removed:
TYPO3\CMS\Backend\Module\ModuleControllerTYPO3\CMS\Backend\Module\ModuleSettingsTYPO3\CMS\Backend\View\LogoViewTYPO3\CMS\Backend\View\ModuleMenuViewTYPO3\CMS\Backend\View\PageLayout\ExtDirect\ExtdirectPageCommandsTYPO3\CMS\Backend\View\ThumbnailView
Impact¶
Calling any of these PHP classes directly will result in a fatal error.
Affected Installations¶
Any installation with a custom PHP code accessing these PHP classes.