---
title: "Breaking: #92060 - Dropped class TYPO3\\CMS\\Backend\\View\\PageTreeView"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-92060"
source: "Changelog/11.0/Breaking-92060-DroppedClassTYPO3CMSBackendViewPageTreeView.rst"
typo3-version: "11.0"
typo3-major: 11
type: "breaking"
issue: 92060
forge: "https://forge.typo3.org/issues/92060"
tags: ["Backend", "PHP-API", "FullyScanned", "ext:backend"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Breaking: #92060 - Dropped class TYPO3\\CMS\\Backend\\View\\PageTreeView {#breaking-92060}

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

## Description {#description}

Class `\TYPO3\CMS\Backend\View\PageTreeView` has been dropped without substitution.

## Impact {#impact}

Extensions using or extending this class will throw fatal PHP errors.

## Affected Installations {#affected-installations}

This core internal class has been unused for a while. There is little
chance some extension depends on it. The extension scanner finds affected
extensions with a strong match.

## Migration {#migration}

If still needed, copy the class code from an older core version to the affected extension,
adapt namespace and usages.
