You are here

public static function Migration::didMigrate in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 2.0.x src/Controller/Migration.php \Drupal\cms_content_sync\Controller\Migration::didMigrate()
1 call to Migration::didMigrate()
Embed::site in src/Controller/Embed.php

File

src/Controller/Migration.php, line 69

Class

Migration
Migration Embed provides methods and a UI to migrate from Content Sync v1 to Content Sync v2.

Namespace

Drupal\cms_content_sync\Controller

Code

public static function didMigrate() {
  return self::alwaysUseV2() && !empty(\Drupal::service('config.factory')
    ->get('cms_content_sync.migration')
    ->get('cms_content_sync_v2_pool_statuses'));
}