---
title: "Breaking: #67402 - Extbase AbstractDomainObject initializeObject"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-67402-1668719172"
source: "Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectInitializeObject.rst"
typo3-version: "7.3"
typo3-major: 7
type: "breaking"
issue: 67402
forge: "https://forge.typo3.org/issues/67402"
tags: ["PHP-API", "ext:extbase"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Breaking: #67402 - Extbase AbstractDomainObject initializeObject {#breaking-67402-1668719172}

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

## Description {#description}

Method `initializeObject()` has been removed from `TYPO3CMSExtbaseDomainObjectAbstractDomainObject`.

## Impact {#impact}

Possible fatal error in Extbase if objects are thawed from persistence.

## Affected Installations {#affected-installations}

Domain objects extending AbstractDomainObject and calling `parent::initializeObject()`.
This is relatively unlikely since the default implementation of `initializeObject()` is empty.

## Migration {#migration}

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