‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Mvc\Controller\CommandControllerInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Mvc\Controller\CommandControllerInterface:
TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface TYPO3\CMS\Extbase\Mvc\Controller\CommandController Acme\Mypkg\Command\MockBCommandController Tx_Extbase_Command_MockCCommandController TYPO3\CMS\Extbase\Command\HelpCommandController TYPO3\CMS\Extbase\Tests\MockACommandController TYPO3\CMS\Extensionmanager\Command\ExtensionCommandController

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface
bool canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 

Detailed Description

Interface for command controllers

Deprecated:
‪since TYPO3 v9, will be removed in TYPO3 v10.0. Use symfony/console commands instead.

Definition at line 22 of file CommandControllerInterface.php.