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