MigrateMapDeleteEvent
class MigrateMapDeleteEvent extends Event (View source)
Wraps a migrate map delete event for event listeners.
Properties
| protected MigrateIdMapInterface | $map | Map plugin. |
|
| protected array | $sourceId | Array of source ID fields. |
Methods
__construct(MigrateIdMapInterface $map, array $source_id)
Constructs a migration map delete event object.
getMap()
Gets the map plugin.
array
getSourceId()
Gets the source ID of the item being removed from the map.
Details
__construct(MigrateIdMapInterface $map, array $source_id)
Constructs a migration map delete event object.
MigrateIdMapInterface
getMap()
Gets the map plugin.
array
getSourceId()
Gets the source ID of the item being removed from the map.