Deprecation: #85554 - PageRepository->checkWorkspaceAccess
See forge#85554
Description
The unused method
TYPO3\ has been marked as
deprecated.
Impact
Calling the method directly will trigger a PHP
E_ error.
Affected Installations
TYPO3 installations with custom extensions calling this public method directly.
Migration
Implement the check on
BE_ directly in the callers code.