You are here

function hosting_views_api in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 hosting.module \hosting_views_api()
  2. 7.3 hosting.module \hosting_views_api()

Implementation of hook_views_api().

File

./hosting.module, line 932
Hosting module.

Code

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