You are here

function hosting_task_summary in Hosting 5

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

File

task/hosting_task.module, line 512
Web server node type is defined here.

Code

function hosting_task_summary($filter_by = null, $filter_value = null) {
  return _hosting_task_list($filter_by, $filter_value, 5, 11, 'title', array(
    'created',
    'actions',
  ), l(t('More tasks'), 'hosting/queues/tasks'));
}