You are here

function hosting_client_views_api in Hostmaster (Aegir) 6

Implementation of hook_views_api().

File

modules/hosting/client/hosting_client.module, line 984

Code

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