public function MigrateMapDeleteEvent::getSourceId in Drupal 8
Same name and namespace in other branches
- 9 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\EventCode
public function getSourceId() {
return $this->sourceId;
}