You are here

protected function ExportContentCommand::configure in Tome 8

Overrides ExportCommand::configure

File

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

Class

ExportContentCommand
Contains the tome:export-content command.

Namespace

Drupal\tome_sync\Commands

Code

protected function configure() {
  $this
    ->setName('tome:export-content')
    ->setDescription('Exports given content.')
    ->addArgument('chunk', InputArgument::REQUIRED, 'A comma separated list of ID pairs in the format entity_type_id:id.');
}