Deprecation: #85554 - PageRepository->checkWorkspaceAccess 

See forge#85554

Description 

The unused method TYPO3\CMS\Frontend\Page\PageRepository->checkWorkspaceAccess() has been marked as deprecated.

Impact 

Calling the method directly will trigger a PHP E_USER_DEPRECATED error.

Affected Installations 

TYPO3 installations with custom extensions calling this public method directly.

Migration 

Implement the check on BE_USER->checkWorkspace($workspaceId) directly in the callers code.