---
title: "Deprecation: #88807 - AdminPanel InitializableInterface has been deprecated"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-88807"
source: "Changelog/10.0/Deprecation-88807-AdminPanelInitializableInterfaceHasBeenDeprecated.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #88807 - AdminPanel InitializableInterface has been deprecated

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

## Description

`TYPO3CMSAdminpanelModuleApiInitializableInterface` has been deprecated in favor of the newly
introduced `TYPO3CMSAdminpanelModuleApiRequestEnricherInterface`.

## Impact

Using `TYPO3CMSAdminpanelModuleApiInitializableInterface` will trigger a deprecation message.

## Affected Installations

All instances that use `TYPO3CMSAdminpanelModuleApiInitializableInterface` are affected.

## Migration

Switch to `TYPO3CMSAdminpanelModuleApiRequestEnricherInterface` instead:

-   change method name `initializeModule` to `enrich`
-   change return value to return an instance of
    `\Psr\Http\Message\ServerRequestInterface`
