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