Actions
Task #92922
closedDeprecate calling AbstractTreeView::getIcon() with records uid as first parameter
Start date:
2020-11-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Since the parameter name is $row
and the record is fetched anyways (if uid is provided), the use of the uid should be deprecated to increase type safety and properly reflect the parameter name.
Actions