You are here

public function MigrateManager::setFinished in Workbench Moderation to Content Moderation 8

Flags that the migration finished.

File

src/MigrateManager.php, line 123

Class

MigrateManager
Manages migrating from WBM to CM.

Namespace

Drupal\wbm2cm

Code

public function setFinished() {
  $this->migrateStore
    ->set('finished', TRUE);
}