---
title: "Breaking: #97187 - Removed hook for modifying link explanation"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-97187"
source: "Changelog/12.0/Breaking-97187-RemovedHookForModifyingLinkExplanation.rst"
typo3-version: "12.0"
typo3-major: 12
type: "breaking"
issue: 97187
forge: "https://forge.typo3.org/issues/97187"
tags: ["Backend", "PHP-API", "FullyScanned", "ext:backend"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Breaking: #97187 - Removed hook for modifying link explanation {#breaking-97187}

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

## Description {#description}

The hook `$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['linkHandler']`
has been removed in favor of a new PSR-14 event `\TYPO3\CMS\Backend\Form\Event\ModifyLinkExplanationEvent`.

## Impact {#impact}

Any hook implementation registered is not executed anymore in
TYPO3 v12.0+. The extension scanner will report possible usages.

## Affected Installations {#affected-installations}

All TYPO3 installations using this hook in custom extension code.

## Migration {#migration}

The hook is removed without deprecation in order to allow extensions
to work with TYPO3 v11 (using the hook) and v12+ (using the new event).

Use the [PSR-14 event](https://docs.typo3.org/permalink/changelog:feature-97187)
as an improved replacement.
