You are here

function hosting_task_views_api in Hosting 6.2

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

Views integration

File

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

Code

function hosting_task_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'hosting_task'),
  );
}