You are here

function hosting_task_list in Hosting 6.2

Same name and namespace in other branches
  1. 5 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

2 string references to 'hosting_task_list'
hosting_task_ajax_queue in task/hosting_task.module
hosting_task_views_default_views in task/hosting_task.views_default.inc
Implementation of hook_views_default_views().

File

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