---
title: "Breaking: #77391 - DataHandler method protected"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-77391"
source: "Changelog/8.3/Breaking-77391-DataHandlerMethodProtected.rst"
typo3-version: "8.3"
typo3-major: 8
type: "breaking"
issue: 77391
forge: "https://forge.typo3.org/issues/77391"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-17T21:17:42+00:00"
---

# Breaking: #77391 - DataHandler method protected {#breaking-77391-datahandler-method-protected}

See [forge#77391](https://forge.typo3.org/issues/77391)

## Description {#description}

Method `doesRecordExist_pageLookUp()` of class `DataHandler` has been
changed from public access to protected access and the returned object changed to an
instance of `QueryBuilder`.

## Impact {#impact}

Calling the method will trigger a fatal PHP error.

## Affected Installations {#affected-installations}

Extensions that use method `doesRecordExist_pageLookUp()`. This is very unlikely
since the method is mostly only useful for core internal handling.

## Migration {#migration}

No migration possible, remove the method call.
