TYPO3 CMS  TYPO3_8-7
Commands.php
Go to the documentation of this file.
1 <?php
8 return [
9  '_core_command' => [
10  'class' => \TYPO3\CMS\Extbase\Command\CoreCommand::class
11  ],
12  // Overriding Symfony Help command to use Extbase-specific output
13  '_extbase_help' => [
14  'class' => \TYPO3\CMS\Extbase\Command\HelpCommand::class
15  ]
16 ];