---
title: "Deprecation: #37171 - Deprecate t3editor->isEnabled()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-37171"
source: "Changelog/7.3/Deprecation-67171-T3editorIsEnabled.rst"
typo3-version: "7.3"
typo3-major: 7
type: "deprecation"
issue: 37171
forge: "https://forge.typo3.org/issues/37171"
tags: ["PHP-API", "Backend", "ext:t3editor"]
rendered: "2026-09-17T12:41:04+00:00"
---

# Deprecation: #37171 - Deprecate t3editor->isEnabled() {#deprecation-37171-deprecate-t3editor-isenabled}

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

## Description {#description}

TYPO3CMST3editorT3editor->isEnabled() has been marked as deprecated and should not be called anymore.

## Impact {#impact}

The method isEnabled() always returns TRUE and will be removed with TYPO3 CMS 8.

## Affected Installations {#affected-installations}

Any installation using third-party code that works with t3editor and calls isEnabled().

## Migration {#migration}

The method call should be removed.
