TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,35 @@
.. include:: /Includes.rst.txt
.. _breaking-57382:
===============================================
Breaking: #57382 - Remove old flash message API
===============================================
See :issue:`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
.. index:: PHP-API