I have a question regarding TYPO3 9 (and future versions) and PSR-15.
AFAIK most of the backend modules implement a handleRequest
method for backend module controllers that have the same signature as PSR-15's RequestHandlerInterface
.
Is it intended in future versions to implement this interface and does anything speak against implementing for my own backend modules?
Iām rebuilding an entire backend module for compatibility with TYPO3 9 and would like to be sure that such an approach is viable in future version s (at least until TYPO3 10).
The module itself worked for almost 10 years without any bigger overhaul, but with BaseScriptClass being deprecated, I see no other choice.
Thanks for your feedback.