function hosting_server_views_api in Hosting 7.3
Same name and namespace in other branches
- 6.2 server/hosting_server.module \hosting_server_views_api()
- 7.4 server/hosting_server.module \hosting_server_views_api()
Views integration.
File
- server/
hosting_server.module, line 842
Code
function hosting_server_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'hosting_server') . '/includes/views',
);
}