---
title: "Deprecation: #94958 - ContentObjectRenderer properties"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-94958"
source: "Changelog/11.4/Deprecation-94958-ContentObjectRendererProperties.rst"
typo3-version: "11.4"
typo3-major: 11
type: "deprecation"
issue: 94958
forge: "https://forge.typo3.org/issues/94958"
tags: ["Frontend", "PHP-API", "FullyScanned", "ext:frontend"]
rendered: "2026-09-23T19:53:57+00:00"
---

# Deprecation: #94958 - ContentObjectRenderer properties {#deprecation-94958}

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

## Description {#description}

A couple of outdated and mostly unused properties of class
`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer` have been marked
as deprecated:

-   `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->align` \- Unused
-   `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->oldData` \- Unused
-   `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->alternativeData` \- Never set, only output during debug
-   `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->currentRecordTotal` \- Set, but never used
-   `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->recordRegister` \- Unused

## Impact {#impact}

Those properties did not have a purpose. Extensions shouldn't see
negative impact.

## Affected Installations {#affected-installations}

Instances with extensions that set or read these properties may be affected.
This is rather unlikely. The extension scanner finds candidates.

## Migration {#migration}

Drop usages. The properties will vanish in v12.
