Actions
Bug #93237
closedTYPO3 should not extend PSR-17 interfaces for Extbase usage
Start date:
2021-01-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
..but extbase should rather use PSR-17 as is.
The interface TYPO3\CMS\Core\Http\ResponseFactory – introduced by https://review.typo3.org/c/Packages/TYPO3.CMS/+/66553 – contradicts the ideas of interchangable PSR interfaces and therefore we should strive for native PSR-17 usage, instead of wrapping the interfaces, instead.
Also, concrete PSR-7 implementation should be kept @internal, and only the instances of the interfaces (as aliased into the DI container), should be "public" api.
The Extbase ActionController is free to provide helper methods around the PSR ResponseFactory, but should use PSR-17 directly.
Actions