You are here

function hosting_migrate_platform_submit_finished in Hostmaster (Aegir) 6

Batch finished callback for platform migration submission.

1 string reference to 'hosting_migrate_platform_submit_finished'
hosting_migrate_platform_submit in modules/hosting/migrate/hosting_migrate.batch.inc
Implements hook_submit().

File

modules/hosting/migrate/hosting_migrate.batch.inc, line 216
Implemented batch migration of sites.

Code

function hosting_migrate_platform_submit_finished() {
  drupal_set_message(t('The sites have been added to the task queue to be migrated'));
}