You are here

public function MigrateMapDeleteEvent::getSourceId in Drupal 9

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

Gets the source ID of the item being removed from the map.

Return value

array Array of source ID fields.

File

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

Class

MigrateMapDeleteEvent
Wraps a migrate map delete event for event listeners.

Namespace

Drupal\migrate\Event

Code

public function getSourceId() {
  return $this->sourceId;
}