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,37 @@
.. include:: /Includes.rst.txt
.. _breaking-68571:
===========================================================
Breaking: #68571 - Removed method ElementBrowser->getMsgBox
===========================================================
See :issue:`68571`
Description
===========
The removed method `getMsgBox` in `ElementBrowser` used table based styling.
The method has been removed since we have better means to display this kind of messages: FlashMessages or Callouts.
Impact
======
A fatal error will be thrown if the method `getMsgBox` is used.
Affected Installations
======================
Third party code using the removed method.
Migration
=========
Remove the call to the method and replace the message with a FlashMessage.
.. index:: PHP-API, Backend