You are here

function hosting_views_api in Hostmaster (Aegir) 6

Implementation of hook_views_api().

File

modules/hosting/hosting.module, line 867
Hosting module.

Code

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