You are here

public function MigrateToolsTestCommands::__construct in Migrate Tools 8.5

Same name and namespace in other branches
  1. 8.4 tests/modules/migrate_tools_test/src/Commands/MigrateToolsTestCommands.php \Drupal\migrate_tools_test\Commands\MigrateToolsTestCommands::__construct()

MigrateToolsTestCommands constructor.

Parameters

\Drupal\migrate\Plugin\MigrationPluginManager $migrationPluginManager: The Migration Plugin Manager.

File

tests/modules/migrate_tools_test/src/Commands/MigrateToolsTestCommands.php, line 28

Class

MigrateToolsTestCommands
Migrate Tools Test drush commands.

Namespace

Drupal\migrate_tools_test\Commands

Code

public function __construct(MigrationPluginManager $migrationPluginManager) {
  parent::__construct();
  $this->migrationPluginManager = $migrationPluginManager;
}