You are here

protected property MigrateStub::$migrationPluginManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/MigrateStub.php \Drupal\migrate\MigrateStub::migrationPluginManager

The migration plugin manager.

Type: \Drupal\migrate\Plugin\MigrationPluginManagerInterface

File

core/modules/migrate/src/MigrateStub.php, line 20

Class

MigrateStub
Provides the migrate stubbing service.

Namespace

Drupal\migrate

Code

protected $migrationPluginManager;