public static function Migration::getAutomatedSteps in CMS Content Sync 2.1.x
Same name and namespace in other branches
- 2.0.x src/Controller/Migration.php \Drupal\cms_content_sync\Controller\Migration::getAutomatedSteps()
File
- src/
Controller/ Migration.php, line 347
Class
- Migration
- Migration Embed provides methods and a UI to migrate from Content Sync v1 to Content Sync v2.
Namespace
Drupal\cms_content_sync\ControllerCode
public static function getAutomatedSteps() {
return [
self::STEP_EXPORT_POOLS,
self::STEP_EXPORT_FLOWS,
self::STEP_SWITCH,
];
}