Deprecation: #83904 - Array handling in AbstractTreeView
See forge#83904
Description
Handling arrays instead of database relations in class \TYPO3\
has been marked as deprecated.
Impact
Calling the following methods will throw deprecation warnings and will be removed with core version 10:
- [scanned]
Abstract
Tree View->set Data From Array - [scanned]
Abstract
Tree View->set Data From Tree Array
The following class properties should not be used any longer and will be removed with core version 10:
- [not scanned]
Abstract
Tree View->data - [scanned]
Abstract
Tree View->data Lookup - [scanned]
Abstract
Tree View->sub Level ID
Affected Installations
This feature was rarely used, it is pretty unlikely an instance is affected by a consuming extension. The extension scanner will report most use cases.
Migration
No migration available.