---
title: "Deprecation: #86486 - TypoScriptFrontendController->processOutput()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-86486"
source: "Changelog/9.5/Deprecation-86486-TypoScriptFrontendController-processOutput.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #86486 - TypoScriptFrontendController->processOutput()

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

## Description

The method `TypoScriptFrontendController->processOutput()` has been
marked as deprecated.

## Impact

Calling this method will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations

TYPO3 installations with extensions that use the method.

## Migration

Use `TypoScriptFrontendController->applyHttpHeadersToResponse()` and
`TypoScriptFrontendController->processContentForOutput()` instead, if necessary.
