Breaking: #82334 - AbstractRecordList¶
See forge#82334
Description¶
The PHP classes Abstract
and Abstract
have been marked as deprecated.
Some classes changed inheritances, which can be breaking for instance in hooks if they type hint or otherwise check instance types of these classes:
Page
no longer extendsLayout View Abstract
Database Record List File
no longer extendsList Abstract
Record List Database
no longer extendsRecord List Abstract
Database Record List
Impact¶
Calling the constructor in these classes triggers a deprecation log entry.
Affected Installations¶
Any TYPO3 installation with an extension accessing or extending the deprecated classes.
Migration¶
The extension scanner checks if the classes are used.
All extension authors are encouraged to copy the content of these Classes into their child classes.