Skip to content

Commit

Permalink
[!!!][TASK] Drop unused TYPO3\CMS\Backend\View\PageTreeView
Browse files Browse the repository at this point in the history
The class seems to be unused for a while. Drop without
substitution. Don't confuse this removal with class
TYPO3\CMS\Backend\Tree\View\PageTreeView.

Resolves: #92060
Releases: master
Change-Id: Ic35f42bc3fe0cb6803482f29f8a205e0b14795d8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65397
Tested-by: Daniel Windloff
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Daniel Windloff
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
lolli42 authored and andreaskienast committed Aug 21, 2020
1 parent ac5dc9a commit b077018
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 319 deletions.
319 changes: 0 additions & 319 deletions typo3/sysext/backend/Classes/View/PageTreeView.php

This file was deleted.

@@ -0,0 +1,36 @@
.. include:: ../../Includes.txt

====================================================================
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 may throw fatal PHP errors.


Affected Installations
======================

This core internal class has been unused for a while in the core. 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
Expand Up @@ -1584,4 +1584,9 @@
'Breaking-91909-SysCollectionDatabaseTablesMovedIntoExternalExtension.rst'
],
],
'TYPO3\CMS\Backend\View\PageTreeView' => [
'restFiles' => [
'Breaking-92060-DroppedClassTYPO3CMSBackendViewPageTreeView.rst'
],
],
];

0 comments on commit b077018

Please sign in to comment.