---
title: "Breaking: #67565 - Deprecated backend related methods removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-67565"
source: "Changelog/7.4/Breaking-67565-DeprecatedBackendRelatedMethodsRemoved.rst"
typo3-version: "7.4"
typo3-major: 7
type: "breaking"
issue: 67565
forge: "https://forge.typo3.org/issues/67565"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-18T17:00:34+00:00"
---

# Breaking: #67565 - Deprecated backend related methods removed {#breaking-67565}

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

## Description {#description}

The following deprecated methods have been removed:

```php
DocumentTemplate::formWidthText()
PageLayoutView::getBackendLayoutConfiguration()
PageLayoutView::wordWrapper()
```

## Impact {#impact}

Calls to these methods will result in a fatal error.

## Affected Installations {#affected-installations}

Instances with third-party extensions calling one of these methods.
