---
title: "Deprecation: #86110 - FrontendEditingController"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-86110"
source: "Changelog/9.5/Deprecation-86110-FrontendEditingController.rst"
typo3-version: "9.5"
typo3-major: 9
type: "deprecation"
issue: 86110
forge: "https://forge.typo3.org/issues/86110"
tags: ["PHP-API", "FullyScanned", "ext:feedit"]
rendered: "2026-09-18T17:00:34+00:00"
---

# Deprecation: #86110 - FrontendEditingController {#deprecation-86110}

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

## Description {#description}

The class `\TYPO3\CMS\Core\FrontendEditing\FrontendEditingController` is not in use anymore, only feedit
instantiates the class for legacy reasons.

Also, property `FrontendBackendUserAuthentication->frontendEdit` which holds an instance of
it, has been marked as deprecated.

## Impact {#impact}

The functionality of this class has been moved into ext:feedit.
If an instance needs access to frontend editing, it can be accessed from there.

## Affected Installations {#affected-installations}

Instances accessing the deprecated class or function will **NOT** trigger a PHP `E_USER_DEPRECATED` error.

## Migration {#migration}

Refer to ext:feedit for inspiration.
