You are here

function hosting_task_list in Hostmaster (Aegir) 6

Display list of tasks

File

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

Code

function hosting_task_list($filter_by = null, $filter_value = null) {
  return _hosting_task_list($filter_by, $filter_value, 25, 12, 'title');
}