You are here

protected function ImportContentCommand::configure in Tome 8

Overrides ImportCommand::configure

File

modules/tome_sync/src/Commands/ImportContentCommand.php, line 20

Class

ImportContentCommand
Contains the tome:import-content command.

Namespace

Drupal\tome_sync\Commands

Code

protected function configure() {
  $this
    ->setName('tome:import-content')
    ->setDescription('Imports given content.')
    ->addArgument('names', InputArgument::REQUIRED, 'A comma separated list of IDs in the format entity_type_id:uuid:langcode.');
}