protected property Migration::$sourceIds in Drupal 9
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::sourceIds
- 10 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::sourceIds
The source identifiers.
An array of source identifiers: the keys are the name of the properties, the values are dependent on the ID map plugin.
Type: array
File
- core/
modules/ migrate/ src/ Plugin/ Migration.php, line 117
Class
- Migration
- Defines the Migration plugin.
Namespace
Drupal\migrate\PluginCode
protected $sourceIds = [];