You are here

function theme_hosting_task_clone_form in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 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 65
Allow sites to be cloned.

Code

function theme_hosting_task_clone_form(&$form) {
  return theme_hosting_task_migrate_form($form);
}