Deprecation: #50349 - Reduce SQL queries of page tree in workspaces
See forge#50349
Description
The performance of the calculation of versions of a record has been improved. Therefore the method
TYPO3CMSBackend has been marked as deprecated and is being replaced with
TYPO3CMSWorkspaces.
Impact
All calls to the PHP method will throw a deprecation warning.
Affected Installations
Instances which make use of TYPO3CMSBackend
Migration
Use TYPO3CMSWorkspaces instead.