You are here

public function Migration::getDestinationIds in Drupal 9

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

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

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