Breaking: #72431 - Remove deprecated code from lowlevel and utility functions
See forge#72431
Description
The following deprecated methods have been removed:
Configuration
View->print Content () Database
Integrity View->print Content () String
Utility:: is Last Part Of String () Bootstrap->execute
Ext Tables Additional File () Database
Tree Data Provider->emit Deprecated Post Process Tree Data Signal ()
Impact
Using the methods above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use calls to the methods above.
Instances which use TYPO3_extTableDef_script for TCA overrides.
Instances which use the signal TYPO3\\
Migration
String
use endsWith() insteadUtility:: is Last Part Of String () Bootstrap->execute
(TYPO3_extTableDef_script) Move your TCA overrides to Configuration/TCA/Overrides of your project specific extension, or slot the signal "tcaIsBeingBuilt" for further processing.Ext Tables Additional File () Database
Update the signal name to TYPO3\CMS\Core\Tree\TableConfiguration\DatabaseTreeDataProvider.Tree Data Provider->emit Deprecated Post Process Tree Data Signal ()