Task #86558
Support PSR-15 RequestHandlerInterface's in backend routes
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2018-10-03
Due date:
% Done:
0%
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.
History
#1
Updated by Gerrit Code Review 5 months 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