protected property MigrationState::$discoveredBySource in Drupal 9
Same name and namespace in other branches
- 8 core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::discoveredBySource
- 10 core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::discoveredBySource
An array of migration source and destinations derived from migrations.
The key is the source version and the value is an array where the key is the source module and the value is an array of destinations derived from migration plugins.
Type: array
File
- core/
modules/ migrate_drupal/ src/ MigrationState.php, line 188
Class
- MigrationState
- Determines the migrate state for all modules enabled on the source.
Namespace
Drupal\migrate_drupalCode
protected $discoveredBySource;