Breaking: #88779 - RecordList: Remove unused code

See forge#88779

Description

The following public properties have been removed from TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList:

  • modSharedTSconfig

  • no_noWrap

  • setLMargin

  • JScode

  • leftMargin

The following public methods have been removed from TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList:

  • getButtons

  • thumbCode

  • requestUri

  • writeTop

  • fwd_rwd_nav

  • fwd_rwd_HTML

Impact

Calling one of the mentioned methods will trigger a fatal E_ERROR.

Migration

Use BackendUtility::thumbCode instead of thumbCode. Use listURL instead of requestUri.