You are here

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

Flags that the migration is not finished.

File

src/MigrateManager.php, line 130

Class

MigrateManager
Manages migrating from WBM to CM.

Namespace

Drupal\wbm2cm

Code

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