Actions
Task #86558
closedSupport PSR-15 RequestHandlerInterface's in backend routes
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2018-10-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The backend dispatcher uses the a single-pass signature since TYPO3 v9:fn(ServerRequestInterface $req): ResponseInterface
That's the same signature that PSR-15 specifies for the RequestHandlerInterface.
We already have Invokables as single-class request handlers, and we should
support the standard as well.
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58570
Updated by Susanne Moog over 5 years ago
- Status changed from Under Review to New
Patch has been abandoned.
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
Closing this task for now, as it might be quite some time til we come back to this one. Please simply reopen the issue if you continue working on it.
Actions