You are here

constant MigrateEvents::MISSING_SOURCE_ITEM in Migrate Plus 8.5

Same name and namespace in other branches
  1. 8.4 src/Event/MigrateEvents.php \Drupal\migrate_plus\Event\MigrateEvents::MISSING_SOURCE_ITEM

Name of the event fired when a source item is missing.

This event allows modules to perform an action whenever a specific item is missing from the source. The event listener method receives a \Drupal\migrate\Event\MigrateRowDeleteEvent instance.

See also

\Drupal\migrate\Event\MigrateRowDeleteEvent

File

src/Event/MigrateEvents.php, line 41

Class

MigrateEvents
Defines the row preparation event for the migration system.

Namespace

Drupal\migrate_plus\Event

Code

const MISSING_SOURCE_ITEM = 'migrate_plus.missing_source_item';