function hosting_task_views_api in Hostmaster (Aegir) 6
Views integration
File
- modules/
hosting/ task/ hosting_task.module, line 1187 - Web server node type is defined here.
Code
function hosting_task_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'hosting_task'),
);
}