---
title: "Deprecation: #84045 - AdminPanel Hook deprecated"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-84045"
source: "Changelog/9.2/Deprecation-84045-AdminPanelHookDeprecated.rst"
typo3-version: "9.2"
typo3-major: 9
type: "deprecation"
issue: 84045
forge: "https://forge.typo3.org/issues/84045"
tags: ["Frontend", "FullyScanned", "ext:frontend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #84045 - AdminPanel Hook deprecated {#deprecation-84045}

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

## Description {#description}

The hook `$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_adminpanel.php']['extendAdminPanel']` has been
marked as deprecated along with the corresponding interface `TYPO3CMSFrontendViewAdminPanelViewHookInterface`.

## Impact {#impact}

Using either the interface or registering the hook will result in a deprecation warning and will stop working in future
TYPO3 versions.

## Affected Installations {#affected-installations}

Installations using the `TYPO3CMSFrontendViewAdminPanelViewHookInterface`.

## Migration {#migration}

Use the new admin panel module API starting with TYPO3 v9.2.
