Breaking: #75711 - Removed DB-related methods and TCA-related options from cObj
See forge#75711
Description
The following methods have been removed from Content without substitution:
DBgetDelete () DBgetUpdate () DBgetInsert () DBmayFEUser Edit () DBmayFEUser Edit Select () exec_mm_ query () exec_mm_ query_ uid List ()
The following TCA options have no effect anymore throughout the TYPO3 Core:
$GLOBALS['TCA'] [table] ['ctrl'] ['fe_ cruser_ id'] $GLOBALS['TCA'] [table] ['ctrl'] ['fe_ crgroup_ id'] $GLOBALS['TCA'] [table] ['ctrl'] ['fe_ admin_ lock']
Impact
Calling any of the methods above directly will trigger a PHP fatal error.
Affected Installations
Any TYPO3 installation using DB-related Frontend Administration with the obsolete functionality.