function MigrateMapDeleteEvent::getSourceId
Same name in other branches
- 8.9.x core/modules/migrate/src/Event/MigrateMapDeleteEvent.php \Drupal\migrate\Event\MigrateMapDeleteEvent::getSourceId()
- 10 core/modules/migrate/src/Event/MigrateMapDeleteEvent.php \Drupal\migrate\Event\MigrateMapDeleteEvent::getSourceId()
- 11.x 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;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.