---
title: "Breaking: #72361 - Removed deprecated methods in ContentObjectRenderer"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-72361-1668719172"
source: "Changelog/8.0/Breaking-72361-RemovedDeprecatedMethodsInContentObjectRenderer.rst"
typo3-version: "8.0"
typo3-major: 8
type: "breaking"
issue: 72361
forge: "https://forge.typo3.org/issues/72361"
tags: ["PHP-API", "TypoScript", "Frontend"]
rendered: "2026-09-23T19:53:57+00:00"
---

# Breaking: #72361 - Removed deprecated methods in ContentObjectRenderer {#breaking-72361-1668719172}

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

## Description {#description}

The following methods have been removed:

-   `cleanFormName`
-   `stdWrap_offsetWrap`
-   `textStyle`
-   `tableStyle`

The TypoScript `jumpurl` configuration has been removed for file links.
The TypoScript property `andWhere` from `.select` has been removed.

## Impact {#impact}

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

## Affected Installations {#affected-installations}

Instances which use custom calls to ContentObjects via the methods above.

## Migration {#migration}

`cleanFormName` has been moved to `FormContentObject`.
`stdWrap_offsetWrap` has not been replaced by a new function.
`textStyle` TypoScript option should be done with CSS.
`tableStyle` TypoScript option should be done with CSS.

TypoScript option `jumpurl` can be passed in the `typolinkConfiguration` property.

TypoScript property `andWhere` can be migrated to `where`.
