You are here

protected property MigrationPluginManager::$sourceManager in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal/src/MigrationPluginManager.php \Drupal\migrate_drupal\MigrationPluginManager::sourceManager
  2. 9 core/modules/migrate_drupal/src/MigrationPluginManager.php \Drupal\migrate_drupal\MigrationPluginManager::sourceManager

The Migrate source plugin manager service.

Type: \Drupal\migrate\Plugin\MigrateSourcePluginManager

File

core/modules/migrate_drupal/src/MigrationPluginManager.php, line 33

Class

MigrationPluginManager
Manages migration plugins.

Namespace

Drupal\migrate_drupal

Code

protected $sourceManager;