TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,37 @@
.. include:: /Includes.rst.txt
.. _breaking-92060:
========================================================================
Breaking: #92060 - Dropped class TYPO3\\CMS\\Backend\\View\\PageTreeView
========================================================================
See :issue:`92060`
Description
===========
Class :php:`TYPO3\CMS\Backend\View\PageTreeView` has been dropped without substitution.
Impact
======
Extensions using or extending this class will throw fatal PHP errors.
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
=========
If still needed, copy the class code from an older core version to the affected extension,
adapt namespace and usages.
.. index:: Backend, PHP-API, FullyScanned, ext:backend