‪TYPO3CMS  9.5
Commands.php File Reference

Go to the source code of this file.

Variables

 return ['_core_command'=>['class'=> \TYPO3\CMS\Extbase\Command\CoreCommand::class, 'schedulable'=> false,], '_extbase_help'=>['class'=> \TYPO3\CMS\Extbase\Command\HelpCommand::class, 'schedulable'=> false,]]
 

Variable Documentation

◆ return

return[ '_core_command'=>[ 'class'=> \TYPO3\CMS\Extbase\Command\CoreCommand::class, 'schedulable'=> false,], '_extbase_help'=>[ 'class'=> \TYPO3\CMS\Extbase\Command\HelpCommand::class, 'schedulable'=> false,]]

Commands to be executed by typo3, where the key of the array is the name of the command (to be called as the first argument after typo3). Required parameter is the "class" of the command which needs to be a subclass of Symfony/Console/Command.

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

Definition at line 9 of file Commands.php.