MigrateEvents::POST_ROW_DELETE
Same name in other branches
- 8.9.x core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::POST_ROW_DELETE
- 10 core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::POST_ROW_DELETE
- 11.x core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::POST_ROW_DELETE
Name of the event fired just after a single item has been deleted.
This event allows modules to perform an action whenever a specific item has been deleted by the destination plugin. The event listener method receives a \Drupal\migrate\Event\MigrateRowDeleteEvent instance.
See also
\Drupal\migrate\Event\MigrateRowDeleteEvent
Related topics
File
-
core/
modules/ migrate/ src/ Event/ MigrateEvents.php, line 169
Class
- MigrateEvents
- Defines events for the migration system.
Namespace
Drupal\migrate\EventCode
const POST_ROW_DELETE = 'migrate.post_row_delete';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.