You are here

protected property MigrateStubTest::$migrationPluginManager in Drupal 8

Same name in this branch
  1. 8 core/modules/migrate/tests/src/Unit/MigrateStubTest.php \Drupal\Tests\migrate\Unit\MigrateStubTest::migrationPluginManager
  2. 8 core/modules/migrate/tests/src/Kernel/MigrateStubTest.php \Drupal\Tests\migrate\Kernel\MigrateStubTest::migrationPluginManager
Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Kernel/MigrateStubTest.php \Drupal\Tests\migrate\Kernel\MigrateStubTest::migrationPluginManager

The migration plugin manager.

Type: \Drupal\migrate\Plugin\MigrationPluginManagerInterface

File

core/modules/migrate/tests/src/Kernel/MigrateStubTest.php, line 47

Class

MigrateStubTest
Tests the migrate.stub Service.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected $migrationPluginManager;