function hosting_task_views_api in Hosting 7.4
Same name and namespace in other branches
- 6.2 task/hosting_task.module \hosting_task_views_api()
- 7.3 task/hosting_task.module \hosting_task_views_api()
Views integration.
File
- task/
hosting_task.module, line 1908 - Web server node type is defined here.
Code
function hosting_task_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'hosting_task') . '/includes/views',
);
}