You are here

protected property MigrationConfigurationTrait::$migrationPluginManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal/src/MigrationConfigurationTrait.php \Drupal\migrate_drupal\MigrationConfigurationTrait::migrationPluginManager

The migration plugin manager service.

Type: \Drupal\migrate\Plugin\MigrationPluginManagerInterface

File

core/modules/migrate_drupal/src/MigrationConfigurationTrait.php, line 28

Class

MigrationConfigurationTrait
Configures the appropriate migrations for a given source Drupal database.

Namespace

Drupal\migrate_drupal

Code

protected $migrationPluginManager;