MigrationState::$destinations
Same name in other branches
- 9 core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::destinations
- 8.9.x core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::destinations
- 10 core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::destinations
An array of migration source and destinations.
Values are derived from migration plugins and declared states. 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 declared or derived destinations.
Type: array
File
-
core/
modules/ migrate_drupal/ src/ MigrationState.php, line 199
Class
- MigrationState
- Determines the migrate state for all modules enabled on the source.
Namespace
Drupal\migrate_drupalCode
protected $destinations = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.