TYPO3CMS
9.5
|
Go to the source code of this file.
Variables | |
return ['impexp:import'=>['class'=> \TYPO3\CMS\Impexp\Command\ImportCommand::class]] | |
return[ 'impexp:import'=>[ 'class'=> \TYPO3\CMS\Impexp\Command\ImportCommand::class]] |
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.
Definition at line 8 of file Commands.php.