protected property Migration::$destinationIds in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::destinationIds
- 9 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::destinationIds
The destination identifiers.
An array of destination 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 204
Class
- Migration
- Defines the Migration plugin.
Namespace
Drupal\migrate\PluginCode
protected $destinationIds = [];