---
title: "Breaking: #81763 - Hook parameters of ['typo3/file_edit.php']['preOutputProcessingHook'] changed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-81763"
source: "Changelog/9.0/Breaking-81763-HookParametersOfTypo3file_editphppreOutputProcessingHookChanged.rst"
typo3-version: "9.0"
typo3-major: 9
type: "breaking"
issue: 81763
forge: "https://forge.typo3.org/issues/81763"
tags: ["Backend", "PHP-API", "NotScanned"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #81763 - Hook parameters of \['typo3/file_edit.php'\]\['preOutputProcessingHook'\] changed {#breaking-81763}

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

## Description {#description}

The hook parameters passed into `$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/file_edit.php']['preOutputProcessingHook']`
have been changed due to rewriting the edit file form to use FormEngine.

## Impact {#impact}

Any information added to modify the output may have no effect anymore.

## Affected Installations {#affected-installations}

Every installation using an extension that hooks into `$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/file_edit.php']['preOutputProcessingHook']`
to modify the form's output is affected.

## Migration {#migration}

As the form is based on FormEngine now, you may want to adjust the newly introduced hook parameter `$dataColumnDefinition`,
representing the definition of the `data` field which contains the file content. An example can be found in EXT:t3editor.
