function MigratePostRowSaveEvent::getDestinationIdValues
Same name in other branches
- 9 core/modules/migrate/src/Event/MigratePostRowSaveEvent.php \Drupal\migrate\Event\MigratePostRowSaveEvent::getDestinationIdValues()
- 8.9.x core/modules/migrate/src/Event/MigratePostRowSaveEvent.php \Drupal\migrate\Event\MigratePostRowSaveEvent::getDestinationIdValues()
- 10 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\EventCode
public function getDestinationIdValues() {
return $this->destinationIdValues;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.