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:
DBget
Delete () DBget
Update () DBget
Insert () DBmay
FEUser Edit () DBmay
FEUser 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.