function MigrateRowDeleteEvent::getDestinationIdValues

Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/src/Event/MigrateRowDeleteEvent.php \Drupal\migrate\Event\MigrateRowDeleteEvent::getDestinationIdValues()
  2. 10 core/modules/migrate/src/Event/MigrateRowDeleteEvent.php \Drupal\migrate\Event\MigrateRowDeleteEvent::getDestinationIdValues()
  3. 11.x core/modules/migrate/src/Event/MigrateRowDeleteEvent.php \Drupal\migrate\Event\MigrateRowDeleteEvent::getDestinationIdValues()

Gets the destination ID values.

Return value

array The destination ID as an array.

File

core/modules/migrate/src/Event/MigrateRowDeleteEvent.php, line 56

Class

MigrateRowDeleteEvent
Wraps a row deletion event for event listeners.

Namespace

Drupal\migrate\Event

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.