Project

General

Profile

Actions

Bug #88100

closed

Page tree hooks removed in TYPO3 v9 without deprecation warning in TYPO3 v8

Added by Patrick Broens about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2019-04-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In TYPO3 v9 the page tree data provider has been removed. This data provider was containing very useful hooks for manipulating the page tree, like
  • Changing the sorting of parts of the page tree (like on date), using node post processing
  • Adding suffix or prefix to the page title in the page tree (like a date), using node post processing
  • Filtering pages
  • Getting tree mounts

The hooks could be used with

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php']['postProcessCollections']

According to the TYPO3 core team rules no hooks can be suddenly removed without a proper deprecation warning in the previous version, in this case TYPO3 version 8. There were no deprecation warnings in version 8

Actions

Also available in: Atom PDF