function hosting_platform_views_api in Hostmaster (Aegir) 6
Implementation of hook_views_api().
File
- modules/
hosting/ platform/ hosting_platform.module, line 477 - Platform node type definition.
Code
function hosting_platform_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'hosting_platform'),
);
}