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

Breadcrumb

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

MigrateEvents::POST_IMPORT

Name of the event fired when finishing a migration import operation.

This event allows modules to perform an action whenever a migration import operation is completing. The event listener method receives a \Drupal\migrate\Event\MigrateImportEvent instance.

See also

\Drupal\migrate\Event\MigrateImportEvent

Related topics

Events
Overview of event dispatch and subscribing

File

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

Class

MigrateEvents
Defines events for the migration system.

Namespace

Drupal\migrate\Event

Code

const POST_IMPORT = 'migrate.post_import';
RSS feed
Powered by Drupal