Breaking: #72399 - Removed deprecated code from BackendUtility
See forge#72399
Description
Remove deprecated code from BackendUtility
The following methods have been removed:
get
get
get
get
implode
get
help
get
exec_
replace
RTEget
count
get
is
Impact
Using the methods above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use custom calls to one of the above mentioned methods.
Migration
For help
use csh
instead.
For is
use is
directly.
For count
use \TYPO3\
to check for record versions.