---
title: "Deprecation: #95275 - RelationHandler->remapMM()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-95275"
source: "Changelog/11.5/Deprecation-95275-RelationHandler-remapMM.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #95275 - RelationHandler->remapMM()

See [forge#95275](https://forge.typo3.org/issues/95275)

## Description

Method `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 `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
`\TYPO3\CMS\Core\DataHandling\DataHandler`.
