You are here

public function MigrateDevelCommands::additionalOptionsMigrateImport in Migrate Devel 8.2

Register two new options for the migrate:import command.

@hook command migrate:import @option migrate-debug Enable Debug Mode @option migrate-debug-pre Enable Debug Mode (Before Row Save)

File

src/Commands/MigrateDevelCommands.php, line 20

Class

MigrateDevelCommands
Extends migrate commands with debugging options.

Namespace

Drupal\migrate_devel\Commands

Code

public function additionalOptionsMigrateImport(CommandData $commandData) {

  // No action required here. The new options will be examined in the
  // migrate event subscriber methods.
}