You are here

public function MigratePostRowSaveEvent::getDestinationIdValues in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 39
Contains \Drupal\migrate\Event\MigratePostRowSaveEvent.

Class

MigratePostRowSaveEvent
Wraps a post-save event for event listeners.

Namespace

Drupal\migrate\Event

Code

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