Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateEvents.php

MigrateEvents::MAP_DELETE

Name of the event fired when removing an entry from a migration's map.

This event allows modules to perform an action whenever a row is deleted from a migration's map table (implying it has been rolled back). The event listener method receives a \Drupal\migrate\Event\MigrateMapDeleteEvent instance.

See also

\Drupal\migrate\Event\MigrateMapDeleteEvent

Related topics

Events
Overview of event dispatch and subscribing

File

core/modules/migrate/src/Event/MigrateEvents.php, line 49

Class

MigrateEvents
Defines events for the migration system.

Namespace

Drupal\migrate\Event

Code

const MAP_DELETE = 'migrate.map_delete';
RSS feed
Powered by Drupal