---
title: "Deprecation: #92080 - QueryGenerator and QueryView"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-92080"
source: "Changelog/11.0/Deprecation-92080-DeprecatedQueryGeneratorAndQueryView.rst"
typo3-version: "11.0"
typo3-major: 11
type: "deprecation"
issue: 92080
forge: "https://forge.typo3.org/issues/92080"
tags: ["Backend", "PHP-API", "FullyScanned", "ext:core"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Deprecation: #92080 - QueryGenerator and QueryView {#deprecation-92080}

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

## Description {#description}

The classes `\TYPO3\CMS\Core\Database\QueryGenerator` and
`\TYPO3\CMS\Core\Database\QueryView` have been marked as deprecated.

## Impact {#impact}

Using the classes will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations {#affected-installations}

Both classes have been used within the backend only, the method
`getTreelist()` has been used occasionally by backend extensions to recursively
fetch children of pages. Even if they are quite inflexible, some extensions may rely
on them. The extension scanner will find class usages with a strong match.

## Migration {#migration}

As most simple solutions, the `getTreeList` method could be copied over to an own extension.
