$platform, '%id' => $platform_id))); } else { return drush_set_error('PROVISION_FRAMEWORK_ERROR', dt("Cannot find target platform before parking site. Make sure the platform exists in the frontend first.")); } } /** * TODO: prepare the site for migration * - disable the queue (variable_set...) * - disable the cronjob * - create a failed migrate task for logging * - disable the site */ function drush_hosting_hostmaster_park($url) { }