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

# Breaking: #73711 - Removed deprecated code from Form Domain Model Element

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

## Description

The protected variable `$layout` is deprecated and has been removed together with
their getter and setter.

## Impact

Using the methods `getLayout()` and `setLayout()` directly in any third party extension will result in a fatal error.

## Affected Installations

Instances which use the methods above to access the protected `$layout` variable.
