Deprecation: #65360 - Deprecate wrong class name used in PostProcessTree Signal call¶
See forge#65360
Description¶
In DatabaseTreeDataProvider there is a PostProcessTree signal called via SignalSlot dispatcher.
The wrong class name TYPO3\
was used prior to this change. This class name has now been marked as deprecated.
The correct name is TYPO3\
Impact¶
Wrong class name was used for the PostProcessTree signal. The old one is now deprecated.
Affected installations¶
All installations which have signals connected to the old/wrong class name
TYPO3\
.
Migration¶
- Use
TYPO3\
instead ofCMS\ Core\ Tree\ Table Configuration\ Database Tree Data Provider:: class TYPO3\
CMS\ Core\ Tree\ Table Configuration\ Table Configuration\ Database Tree Data Provider