MigrateEvents::PRE_ROW_SAVE
Same name in other branches
- 9 core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::PRE_ROW_SAVE
- 8.9.x core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::PRE_ROW_SAVE
- 11.x core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::PRE_ROW_SAVE
Name of the event fired when about to import a single item.
This event allows modules to perform an action whenever a specific item is about to be saved by the destination plugin. The event listener method receives a \Drupal\migrate\Event\MigratePreRowSaveEvent instance.
See also
\Drupal\migrate\Event\MigratePreRowSaveEvent
Related topics
File
-
core/
modules/ migrate/ src/ Event/ MigrateEvents.php, line 94
Class
- MigrateEvents
- Defines events for the migration system.
Namespace
Drupal\migrate\EventCode
const PRE_ROW_SAVE = 'migrate.pre_row_save';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.