You are here

public function MigrateUpgradeCommands::configureOnly in Migrate Upgrade 8.3

Configure only option.

@hook option migrate:upgrade

File

src/Commands/MigrateUpgradeCommands.php, line 171

Class

MigrateUpgradeCommands
Migrate Upgrade drush commands.

Namespace

Drupal\migrate_upgrade\Commands

Code

public function configureOnly(Command $command, AnnotationData $annotationData) {
  $command
    ->addOption('configure-only', '', InputOption::VALUE_NONE, 'Set up the appropriate upgrade processes as migrate_plus config entities but do not perform them.');
}