---
title: "Deprecation: #76520 - Deprecate method pages_getTree of PageLayoutView"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-76520"
source: "Changelog/8.3/Deprecation-76520-DeprecateMethodPages_getTreeOfPageLayoutView.rst"
typo3-version: "8.3"
typo3-major: 8
type: "deprecation"
issue: 76520
forge: "https://forge.typo3.org/issues/76520"
tags: ["PHP-API"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Deprecation: #76520 - Deprecate method pages_getTree of PageLayoutView {#deprecation-76520}

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

## Description {#description}

The method `pages_getTree()` of `PageLayoutView` has been marked as deprecated.

## Impact {#impact}

Calling the method `pages_getTree` will trigger a deprecation log entry.

## Affected Installations {#affected-installations}

Any installation with a 3rd party extension calling the method in its PHP code.

## Migration {#migration}

No migration available, implement the required functionality in your own code.
