You are here

public function ImportAwareInterface::postImport in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Event/ImportAwareInterface.php \Drupal\migrate\Event\ImportAwareInterface::postImport()

Performs post-import tasks.

Parameters

\Drupal\migrate\Event\MigrateImportEvent $event: The post-import event object.

File

core/modules/migrate/src/Event/ImportAwareInterface.php, line 24

Class

ImportAwareInterface
Interface for plugins that react to pre- or post-import events.

Namespace

Drupal\migrate\Event

Code

public function postImport(MigrateImportEvent $event);