Deprecation: #96733 - Deprecated TBE_MODULES related functionality¶
See forge#96733
Description¶
Due to the removal of global array $TBE_
(see breaking changelog),
the following related methods have been deprecated:
TYPO3\
CMS\ Core\ Authentication\ Backend User Authentication->mod Access () \TYPO3\
CMS\ Backend\ Utility\ Backend Utility:: is Module Set In TBE_ MODULES ()
Impact¶
Calling mentioned methods will trigger a PHP E_
error.
The extension scanner will report usages.
Affected Installations¶
All installations calling mentioned methods in custom extension code.
Migration¶
Use the new Module
API (see feature changelog) instead.
Replace Backend
with Module
.
Replace Backend
with Module
.