Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::getDestinationIds()
  2. 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 776

Class

Migration

Namespace

Drupal\migrate\Plugin

Code

public function getDestinationIds() {
  return $this->destinationIds;
}