protected property MigrationState::$declaredBySource in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::declaredBySource
- 10 core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::declaredBySource
An array of destinations declared for each source migration.
Destinations are keyed by version. Each value is an array keyed by the name of the source module and the value is an array of the destination modules.
Type: array
File
- core/
modules/ migrate_drupal/ src/ MigrationState.php, line 192
Class
- MigrationState
- Determines the migrate state for all modules enabled on the source.
Namespace
Drupal\migrate_drupalCode
protected $declaredBySource;