You are here

protected property MigrationState::$migratedSourceModules in Drupal 8

Source modules that will be migrated determined using legacy method, keyed by version.

Type: array

File

core/modules/migrate_drupal/src/MigrationState.php, line 171

Class

MigrationState
Determines the migrate state for all modules enabled on the source.

Namespace

Drupal\migrate_drupal

Code

protected $migratedSourceModules = [];