You are here

public function MigrateBatchExecutable::__construct in Migrate source UI 8

File

src/MigrateBatchExecutable.php, line 24

Class

MigrateBatchExecutable
Defines a migrate executable class for batch migrations through UI.

Namespace

Drupal\migrate_source_ui

Code

public function __construct(MigrationInterface $migration, MigrateMessageInterface $message, array $options = []) {
  parent::__construct($migration, $message, $options);
  $this->filePath = $options['file_path'];
}