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,38 @@
.. include:: /Includes.rst.txt
.. _deprecation-95275:
================================================
Deprecation: #95275 - RelationHandler->remapMM()
================================================
See :issue:`95275`
Description
===========
Method :php:`TYPO3\CMS\Core\Database\RelationHandler->remapMM()` has been
marked as deprecated and will be removed with TYPO3 v12.
Impact
======
Calling above method will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected installations
======================
It is highly unlikely instances are affected: The method handles a detail
related to workspaces publishing and is of little use in third party extensions.
The extension scanner will find usages as weak match.
Migration
=========
No direct substitution available, the method has been integrated into
:php:`TYPO3\CMS\Core\DataHandling\DataHandler`.
.. index:: PHP-API, FullyScanned, ext:core