Task #90247
closedEpic #83968: PSR-11 Initiative
Add backend routes to router using DI factories
100%
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.
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62531
Updated by Gerrit Code Review almost 5 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62531
Updated by Gerrit Code Review almost 5 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62531
Updated by Benjamin Franzke almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 486fa5ee0fb617b39981e91eac97973b021312d2.
Updated by Christian Kuhn about 3 years ago
- Related to Task #95415: Drop obsolete internal core bootstrap method added