---
title: "Breaking: #72451 - Removed deprecated code from backend functions"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-72451"
source: "Changelog/8.0/Breaking-72451-RemovedDeprecatedCodeFromBackendFunctions.rst"
typo3-version: "8.0"
typo3-major: 8
type: "breaking"
issue: 72451
forge: "https://forge.typo3.org/issues/72451"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-18T17:00:34+00:00"
---

# Breaking: #72451 - Removed deprecated code from backend functions {#breaking-72451}

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

## Description {#description}

Removed deprecated code from backend functions

The following methods have been removed:

`ClickMenu::wrapColorTableCM`
`ClickMenu::excludeIcon`
`ContextMenuAction::getClass`
`ContextMenuAction::setClass`
`SuggestWizardDefaultReceiver::getIcon`
`BackendUserAuthentication::checkCLIuser`
`PageFunctionsController::printContent`
`InfoModuleController::printContent`

The following display condition option have been removed:

-   Evaluates conditions concerning extensions
-   Evaluates whether the field is a value for the default language.

The property `$OS` has been removed from `BackendUserAuthentication`

The property `$doc` has been removed from `InfoModuleController`

## 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 one of the methods above.

## Migration {#migration}

For property `$OS` use the constant TYPO3_OS directly.
