Bug #62054
closedgetControllerExtensionKey() missing for CLI requests
0%
Description
The default request class TYPO3\CMS\Extbase\Mvc\Request contains a method to fetch the current extension key (getControllerExtensionKey()). However the CLI request class TYPO3\CMS\Extbase\Mvc\Cli\Request doesn't contain that method although it is just a simple string conversion.
From my point of view the two request classes should be as consistent as possible to prevent unnecessary confusions. This is why I would argue that getControllerExtensionKey() should be added to Cli\Request as well.
Updated by Benni Mack about 5 years ago
- Status changed from New to Rejected
Hey Simon,
we've deprecated (v9) and removed (v10) the CLI requests of Extbase as we're promoting to use the simplified Symfony Console Commands where somebody can bootstrap Extbase to fit their needs.
I hope that's ok with you, if not ping me on slack, and I can re-open this issue.