You are here

public function MigratePostRowSaveEvent::getDestinationIdValues in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Event/MigratePostRowSaveEvent.php \Drupal\migrate\Event\MigratePostRowSaveEvent::getDestinationIdValues()

Gets the destination ID values.

Return value

array The destination ID as an array.

File

core/modules/migrate/src/Event/MigratePostRowSaveEvent.php, line 44

Class

MigratePostRowSaveEvent
Wraps a post-save event for event listeners.

Namespace

Drupal\migrate\Event

Code

public function getDestinationIdValues() {
  return $this->destinationIdValues;
}