Project

General

Profile

Actions

Bug #62054

closed

getControllerExtensionKey() missing for CLI requests

Added by Simon Praetorius about 10 years ago. Updated about 5 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-10-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.

Actions #1

Updated by Susanne Moog almost 7 years ago

  • Category set to Extbase
Actions #2

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.

Actions

Also available in: Atom PDF