---
title: "Breaking: #57382 - Remove old flash message API"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-57382"
source: "Changelog/7.0/Breaking-57382-FlashMessageApi.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #57382 - Remove old flash message API

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

## Description

The old flash message API is removed.

## Impact

Extensions relying on the old (static) flash message queue API will not work anymore.
Extbase removes the protected old flashMessageContainer.

## Affected installations

Any installation that uses an extension relying on the old API.

## Migration

Change the API calls to not be of static kind anymore.
Extbase extensions have to use `getFlashMessageQueue()` of the controllerContext
