---
title: "Deprecation: #79580 - Deprecate methods in DataHandler related to page delete access"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-79580"
source: "Changelog/8.7/Deprecation-79580-MethodsInDataHandlerRelatedToPageDeleteAccess.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #79580 - Deprecate methods in DataHandler related to page delete access

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

## Description

The following methods have been marked as deprecated:

-   `TYPO3\CMS\Core\DataHandling\DataHandler->rmComma()`
-   `TYPO3\CMS\Core\DataHandling\DataHandler->noRecordsFromUnallowedTables()`

## Impact

Calling these methods will trigger a deprecation log entry.

## Affected Installations

Any TYPO3 extension calling one of these methods.

## Migration

Use native `rtrim($input, ',')` instead of `TYPO3\CMS\Core\DataHandling\DataHandler->rmComma()`.
No migration available for `TYPO3\CMS\Core\DataHandling\DataHandler->noRecordsFromUnallowedTables()`.
