Deprecation: #85699 - Various methods in PageRepository

See forge#85699

Description

The methods PageRepository::getMovePlaceholder() and PageRepository::movePlhOL() have been marked as internal.

The methods PageRepository::getRecordsByField and PageRepository::getFileReferences() have been marked as deprecated and will be removed in TYPO3 v10.

Impact

Calling one of the mentioned methods will trigger a PHP E_USER_DEPRECATED error.

Affected Installations

Third party code which calls the methods mentioned above.

Migration

No direct migration available. If you need one of the mentioned methods you can copy them over to your extension.