TYPO3 CMS  TYPO3_8-7
Commands.php
Go to the documentation of this file.
1 <?php
8 return [
9  'impexp:import' => [
10  'class' => \TYPO3\CMS\Impexp\Command\ImportCommand::class
11  ]
12 ];