You are here

function hosting_db_server_views_api in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 db_server/hosting_db_server.module \hosting_db_server_views_api()
  2. 7.3 db_server/hosting_db_server.module \hosting_db_server_views_api()

Implementation of hook_views_api().

File

db_server/hosting_db_server.module, line 62
Allow Hostmaster to configure database servers.

Code

function hosting_db_server_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'hosting_db_server'),
  );
}