You are here

function hosting_task_summary in Hosting 6.2

Same name and namespace in other branches
  1. 5 task/hosting_task.module \hosting_task_summary()

Implementation of hosting_hook_summary()

File

task/hosting_task.module, line 1026
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;
}