---
title: "Feature: #108975 - Add configuration provider for Extbase class configuration"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-108975-1770984757"
source: "Changelog/14.2/Feature-108975-AddConfigurationProviderForExtbaseClassConfiguration.rst"
typo3-version: "14.2"
typo3-major: 14
type: "feature"
issue: 108975
forge: "https://forge.typo3.org/issues/108975"
tags: ["Backend", "ext:extbase", "ext:lowlevel"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #108975 - Add configuration provider for Extbase class configuration {#feature-108975-1770984757}

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

## Description {#description}

Extbase *class configuration* (persistence mapping) is now exposed in the
backend **System > Configuration** module. The module is available
if the system extension [`typo3/cms-lowlevel`](https://packagist.org/packages/typo3/cms-lowlevel) is installed.

The displayed configuration reflects the configured mapping that Extbase uses
at runtime. It is built by collecting and merging all
`EXT:my_extension/Configuration/Extbase/Persistence/Classes.php`
definitions from active packages.

> [!NOTE]
> **See also**
>
> -   [Connecting the model to the database](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/Extbase/Domain/Model.html#extbase_manual_mapping)

## Impact {#impact}

This is a read-only usability improvement. Developers and integrators can
inspect and verify resolved Extbase persistence class mapping such as
extension overrides in the backend, without having to dump configuration
arrays or manually check each
`EXT:my_extension/Configuration/Extbase/Persistence/Classes.php` file.
