MigrateEvents::IDMAP_MESSAGE

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::IDMAP_MESSAGE
  2. 10 core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::IDMAP_MESSAGE
  3. 11.x core/modules/migrate/src/Event/MigrateEvents.php \Drupal\migrate\Event\MigrateEvents::IDMAP_MESSAGE

Name of the event fired when saving a message to the idmap.

This event allows modules to perform an action whenever a message is being logged by the idmap. The event listener method receives a \Drupal\migrate\Event\MigrateIdMapMessageEvent instance.

See also

\Drupal\migrate\Event\MigrateIdMapMessageEvent

Related topics

File

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

Class

MigrateEvents
Defines events for the migration system.

Namespace

Drupal\migrate\Event

Code

const IDMAP_MESSAGE = 'migrate.idmap_message';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.