---
title: "Breaking: #63835 - Remove Deprecated Parts in Extbase Persistence Layer"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-63835"
source: "Changelog/7.3/Breaking-63835-RemoveDeprecatedExtbasePersistenceParts.rst"
typo3-version: "7.3"
typo3-major: 7
type: "breaking"
issue: 63835
forge: "https://forge.typo3.org/issues/63835"
tags: ["PHP-API", "ext:extbase"]
rendered: "2026-09-20T05:05:02+00:00"
---

# Breaking: #63835 - Remove Deprecated Parts in Extbase Persistence Layer {#breaking-63835}

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

## Description {#description}

The previously deprecated functions `TYPO3CMSExtbasePersistenceGenericBackend->setDeletedObjects()` and
`TYPO3CMSExtbasePersistenceRepository->replace()` inside the Persistence Layer of Extbase have been removed.
The protected property "session" inside `TYPO3CMSExtbasePersistenceRepository` has been removed as well.

## Impact {#impact}

Any direct calls to the methods will now exit with a PHP Fatal Error.
