---
title: "Deprecation: #85699 - Various methods in PageRepository"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-85699"
source: "Changelog/9.4/Deprecation-85699-MethodsInPageRepository.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #85699 - Various methods in PageRepository

See [forge#85699](https://forge.typo3.org/issues/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.
