You are here

function hosting_task_ajax_queue in Hostmaster (Aegir) 6

1 string reference to 'hosting_task_ajax_queue'
hosting_task_menu in modules/hosting/task/hosting_task.module
Implementation of hook_menu().

File

modules/hosting/task/hosting_task.module, line 74
Web server node type is defined here.

Code

function hosting_task_ajax_queue() {
  $return['markup'] = hosting_task_queue_block();
  drupal_json($return);
  exit;
}