You are here

function hosting_package_views_api in Hostmaster (Aegir) 6

Implementation of hook_views_api().

File

modules/hosting/package/hosting_package.module, line 455

Code

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