MigrateMapSaveEvent
class MigrateMapSaveEvent extends Event (View source)
Wraps a migrate map save event for event listeners.
Properties
| protected MigrateIdMapInterface | $map | Map plugin. |
|
| protected array | $fields | Array of fields being saved to the map, keyed by field name. |
Methods
Details
__construct(MigrateIdMapInterface $map, array $fields)
Constructs a migration map event object.
MigrateIdMapInterface
getMap()
Gets the map plugin.
array
getFields()
Gets the fields about to be saved to the map.