You are here

function computing_views_api in Drupal Computing 7.2

Same name and namespace in other branches
  1. 7 computing.module \computing_views_api()

Implements hook_views_api().

File

./computing.module, line 559

Code

function computing_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'computing'),
  );
}