You are here

public function MigrateMapDeleteEvent::getSourceId in Zircon Profile 8

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

Class

MigrateMapDeleteEvent
Wraps a migrate map delete event for event listeners.

Namespace

Drupal\migrate\Event

Code

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