protected function ImportCommand::configure in Configuration Split 8
File
- src/
Command/ ImportCommand.php, line 27
Class
- ImportCommand
- Class ImportCommand.
Namespace
Drupal\config_split\CommandCode
protected function configure() {
$this
->setName('config_split:import')
->setAliases([
'csim',
])
->setDescription($this
->trans('commands.config_split.import.description'))
->addOption('split', NULL, InputOption::VALUE_OPTIONAL);
}