You are here

function hosting_task_list in Hosting 5

Same name and namespace in other branches
  1. 6.2 task/hosting_task.module \hosting_task_list()
  2. 7.4 task/hosting_task.module \hosting_task_list()
  3. 7.3 task/hosting_task.module \hosting_task_list()

Display list of tasks

File

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