---
title: "Breaking: #60609 - Configuration Manager Signal Changed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-60609"
source: "Changelog/7.0/Breaking-60609-ConfigurationManagerSignalChange.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #60609 - Configuration Manager Signal Changed

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

## Description

The extension for which the configuration was written was added to the signal emitted
in the ConfigurationManager of the ExtensionManager as first parameter as the whole signal was
unusable without this information.

## Impact

The arguments for a method listening to this signal have changed.

## Affected installations

A TYPO3 instance is affected if there is code using the signal "afterExtensionConfigurationWrite".

## Migration

Rewrite the listening function to use the extension key as first parameter.
