You are here

function hosting_task_list_embedded in Hosting 5

2 calls to hosting_task_list_embedded()
hosting_platform_view in platform/hosting_platform.module
Implementation of hook_view().
hosting_site_view in site/hosting_site.module

File

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

Code

function hosting_task_list_embedded($filter_by = null, $filter_value = null) {
  return _hosting_task_list($filter_by, $filter_value, 5, 10, 'task_type', array(
    'created',
  ));
}