You are here

function theme_hosting_task_clone_form in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 clone/hosting_clone.module \theme_hosting_task_clone_form()
  2. 7.3 clone/hosting_clone.module \theme_hosting_task_clone_form()

Render the clone task form.

File

clone/hosting_clone.module, line 67
Allow sites to be cloned.

Code

function theme_hosting_task_clone_form($variables) {
  $form = $variables['form'];
  return theme_hosting_task_migrate_form($form);
}