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-76527:
==============================================
Breaking: #76527 - Cleanup ContextMenu classes
==============================================
See :issue:`76527`
Description
===========
The classes of the ContextMenu (used in page tree) have been refactored.
The following classes have been removed:
* :php:`\TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu`
* :php:`\TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider`
* :php:`\TYPO3\CMS\Backend\ContextMenu\Extdirect\AbstractExtdirectContextMenu`
* :php:`\TYPO3\CMS\Backend\ContextMenu\Renderer\AbstractContextMenuRenderer`
Impact
======
Extensions which use one of the classes above will stop working.
Affected Installations
======================
All installations with a 3rd party extension using one of the classes above.
.. index:: PHP-API, Backend