---
title: "Deprecation: #67402 - Extbase AbstractDomainObject __wakeup()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-67402"
source: "Changelog/7.3/Deprecation-67402-ExtbaseAbstractDomainObjectWakeUp.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #67402 - Extbase AbstractDomainObject \_\_wakeup()

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

## Description

Method `__wakeup()` has been marked as deprecated in `TYPO3CMSExtbaseDomainObjectAbstractDomainObject`.

## Affected Installations

An instance is affected if own domain objects extending AbstractDomainObject
implement `__wakeup()` and call `parent::__wakeup()` as documented.

## Migration

Remove calls to `parent::__wakeup()` from own `__wakeup()` implementations.
