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-69148:
=====================================================
Breaking: #69148 - Backend Module Dispatching removed
=====================================================
See :issue:`69148`
Description
===========
Dispatching Backend modules through custom dispatchers have been removed. The corresponding Extbase functionality
called "ModuleRunner" and its Interface have been removed as well.
Impact
======
Any dispatcher registered via `$TBE_MODULES['_dispatcher']` is not evaluated anymore.
Affected Installations
======================
All TYPO3 Instances with an extension that registers a custom backend module dispatcher.
Migration
=========
Use a custom RequestHandler.
.. index:: PHP-API, Backend