You are here

function hosting_task_summary in Hostmaster (Aegir) 6

Implementation of hosting_hook_summary()

File

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

Code

function hosting_task_summary($filter_by = null, $filter_value = null) {
  modalframe_parent_js();
  $more_link = l(t('More tasks'), 'hosting/queues/tasks');
  return hosting_task_queue_block() . $more_link;
}