You are here

public function MigrationImportSync::__construct in Migrate Tools 8.5

Same name and namespace in other branches
  1. 8.4 src/EventSubscriber/MigrationImportSync.php \Drupal\migrate_tools\EventSubscriber\MigrationImportSync::__construct()

MigrationImportSync constructor.

Parameters

\Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher: The event dispatcher.

File

src/EventSubscriber/MigrationImportSync.php, line 32

Class

MigrationImportSync
Import and sync source and destination.

Namespace

Drupal\migrate_tools\EventSubscriber

Code

public function __construct(EventDispatcherInterface $dispatcher) {
  $this->dispatcher = $dispatcher;
}