---
title: "Breaking: #72370 - Removed deprecated code from extbase"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-72370"
source: "Changelog/8.0/Breaking-72370-RemovedDeprecatedCodeFromExtbase.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #72370 - Removed deprecated code from extbase

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

## Description

Remove deprecated code from extbase

The ChangeLog file has been removed.
`TYPO3CMSExtbaseDomainObjectAbstractDomainObject::__wakeup()` has been removed.
`TYPO3CMSExtbaseUtilityExtensionUtility::configureModule()` has been removed.

## Impact

Using the methods above directly in any third party extension will result in a fatal error.

## Affected Installations

Instances which use calls to the methods above.

## Migration

Use the according method in `TYPO3CMSCoreUtilityExtensionManagementUtility::configureModule()` instead of the removed one from ext:extbase.
Objects are instantiated differently calling `parent::__wakeup()` is no longer necessary. No migration needed.
