---
title: "Deprecation: #84118 - Various public methods of AdminPanelView deprecated"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-84118"
source: "Changelog/9.2/Deprecation-84118-VariousPublicMethodsOfAdminPanelViewDeprecated.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #84118 - Various public methods of AdminPanelView deprecated

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

## Description

To clean up the admin panel and provide a new API various functions of the main class `AdminPanelView` have been marked
as deprecated:

-   `getAdminPanelHeaderData`
-   `isAdminModuleEnabled`
-   `saveConfigOptions`
-   `extGetFeAdminValue`
-   `forcePreview`
-   `isAdminModuleOpen`
-   `extGetHead`
-   `linkSectionHeader`
-   `extGetItem`

## Impact

Calling any of the mentioned methods triggers an `E_USER_DEPRECATED` PHP error.

## Affected Installations

Any installation that calls one of the above methods.

## Migration

Implement your own AdminPanel module by using the new API (see `AdminPanelModuleInterface`).
