---
title: "Deprecation: #85451 - ContentObjectRenderer->calcIntExplode() deprecated"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-85451"
source: "Changelog/9.4/Deprecation-85451-ContentObjectRenderer-calcIntExplodeDeprecated.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #85451 - ContentObjectRenderer->calcIntExplode() deprecated

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

## Description

Method `TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->calcIntExplode()`
has been marked as deprecated and should not be used any longer.

## Impact

Using the method will trigger a PHP `E_USER_DEPRECATED` error, the method will
be removed in TYPO3 v10.

## Affected Installations

The tiny method has been a helper for GMENU rendering and was
most likely only used internally. The extension scanner will
find possible usages within extensions.

## Migration

Copy the method to the extension code if needed.
