Actions
Task #90247
closedEpic #83968: PSR-11 Initiative
Add backend routes to router using DI factories
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2020-01-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
That means Bootstrap::initializeBackendRouter() wouldn't be
required to be called explicitly from a middleware.
The Router class would always have the routes populated
whenever it is initialized.
DI factories could be used to collect and add the backend routes to the Router object.
Actions