You are here

protected property MigrateBatchExecutable::$migrationPluginManager in Migrate Tools 8.4

Same name and namespace in other branches
  1. 8.5 src/MigrateBatchExecutable.php \Drupal\migrate_tools\MigrateBatchExecutable::migrationPluginManager

Plugin manager for migration plugins.

Type: \Drupal\migrate\Plugin\MigrationPluginManagerInterface

File

src/MigrateBatchExecutable.php, line 45

Class

MigrateBatchExecutable
Defines a migrate executable class for batch migrations through UI.

Namespace

Drupal\migrate_tools

Code

protected $migrationPluginManager;