MigrateEvents::MAP_SAVE
Same name in other branches
- 8.9.x core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::MAP_SAVE
- 10 core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::MAP_SAVE
- 11.x core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::MAP_SAVE
Name of the event fired when saving to a migration's map.
This event allows modules to perform an action whenever the disposition of an item being migrated is saved to the map table. The event listener method receives a \Drupal\migrate\Event\MigrateMapSaveEvent instance.
See also
\Drupal\migrate\Event\MigrateMapSaveEvent
Related topics
File
-
core/
modules/ migrate/ src/ Event/ MigrateEvents.php, line 34
Class
- MigrateEvents
- Defines events for the migration system.
Namespace
Drupal\migrate\EventCode
const MAP_SAVE = 'migrate.map_save';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.