Actions
Task #81658
closedCleanup DatabaseRecordList::buildQueryParameters and deprecate $parameters array
Start date:
2017-06-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][DatabaseRecordList::class]['buildQueryParameters'] hook use a parameters array to transfer database query parts like where statement.
This hook should be cleaned uo, the parameter array should be deprecated and one queryBuilder object should be added to the hook, which can manipulate the query.
Actions