Actions
Task #95452
closedUse route objects for Backend Routing where possible
Start date:
2021-10-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The method buildUriFromRoutePath() acted as a bridge when TYPO3 Backend used the `route` parameter as GET variable, which can now be replaced properly by using the Request object and the Route object with its identifier, where possible.
Actions