public function Migration::getDestinationIds in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::getDestinationIds()
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.
Return value
array Destination identifiers.
Overrides MigrationInterface::getDestinationIds
File
- core/
modules/ migrate/ src/ Plugin/ Migration.php, line 694
Class
- Migration
- Defines the Migration plugin.
Namespace
Drupal\migrate\PluginCode
public function getDestinationIds() {
return $this->destinationIds;
}