---
title: "Breaking: #72427 - Removed TypoScript-related methods and properties"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-72427"
source: "Changelog/8.0/Breaking-72427-RemovedTypoScript-relatedMethodsAndProperties.rst"
typo3-version: "8.0"
typo3-major: 8
type: "breaking"
issue: 72427
forge: "https://forge.typo3.org/issues/72427"
tags: ["PHP-API", "TypoScript"]
rendered: "2026-09-17T21:17:42+00:00"
---

# Breaking: #72427 - Removed TypoScript-related methods and properties {#breaking-72427-removed-typoscript-related-methods-and-properties}

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

## Description {#description}

The following methods and properties have been removed:

-   `TYPO3CMSCoreTypoScriptConfigurationForm::ext_getKeyImage()`
-   `TYPO3CMSCoreTypoScriptExtendedTemplateService::ext_noSpecialCharsOnLabels`
-   `TYPO3CMSCoreTypoScriptExtendedTemplateService::makeHtmlspecialchars()`
-   `TYPO3CMSCoreTypoScriptExtendedTemplateService::ext_getKeyImage()`
-   `TYPO3CMSCoreTypoScriptTemplateService::tempPath`
-   `TYPO3CMSCoreTypoScriptTemplateService::wrap()`
-   `TYPO3CMST3editorT3editor::isEnabled()`
-   `TYPO3CMSTstemplateControllerTypoScriptTemplateObjectBrowserModuleFunctionController::verify_TSobjects()`

The TypoScript conditions "browser", "version", "device", "system" and "useragent" have been removed.

## Impact {#impact}

Calling the methods above will result in a PHP fatal error.

Using the removed TypoScript conditions will have no effect anymore.
