You are here

protected property MigrationListBuilder::$migrationPluginManager in Migrate Tools 8.5

Same name and namespace in other branches
  1. 8.4 src/Controller/MigrationListBuilder.php \Drupal\migrate_tools\Controller\MigrationListBuilder::migrationPluginManager

Plugin manager for migration plugins.

Type: \Drupal\migrate\Plugin\MigrationPluginManagerInterface

File

src/Controller/MigrationListBuilder.php, line 38

Class

MigrationListBuilder
Provides a listing of migration entities in a given group.

Namespace

Drupal\migrate_tools\Controller

Code

protected $migrationPluginManager;