---
title: "Deprecation: #103244 - Class SlugEnricher"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-103244-1709376790"
source: "Changelog/13.1/Deprecation-103244-ClassSlugEnricher.rst"
typo3-version: "13.1"
typo3-major: 13
type: "deprecation"
issue: 103244
forge: "https://forge.typo3.org/issues/103244"
tags: ["PHP-API", "FullyScanned", "ext:core"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #103244 - Class SlugEnricher {#deprecation-103244-1709376790}

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

## Description {#description}

Class `\TYPO3\CMS\Core\DataHandling\SlugEnricher` has been marked as
deprecated in TYPO3 v13 and will be removed with v14.

The class was used as a helper for `\TYPO3\CMS\Core\DataHandling\DataHandler`,
which now inlines the code in a simplified variant.

## Impact {#impact}

Using the class will raise a deprecation level log entry and a fatal error in TYPO3 v14.

## Affected installations {#affected-installations}

There is little to no reason to use this class in custom extensions, very few
instances should be affected by this. The extension scanner will find usages
with a strong match.

## Migration {#migration}

No migration available.
