Deprecation: #79580 - Deprecate methods in DataHandler related to page delete access¶
See forge#79580
Description¶
The following methods have been marked as deprecated:
TYPO3\CMS\Core\DataHandling\DataHandler->rmComma()
TYPO3\CMS\Core\DataHandling\DataHandler->noRecordsFromUnallowedTables()
Impact¶
Calling these methods will trigger a deprecation log entry.
Affected Installations¶
Any TYPO3 extension calling one of these methods.
Migration¶
Use native rtrim($input, ',')
instead of TYPO3\CMS\Core\DataHandling\DataHandler->rmComma()
.
No migration available for TYPO3\CMS\Core\DataHandling\DataHandler->noRecordsFromUnallowedTables()
.