You are here

function data_views_api in Data 6

Same name and namespace in other branches
  1. 7 data.module \data_views_api()

Implementation of hook_views_api().

File

./data.module, line 10
Hooks and API functions for data module.

Code

function data_views_api() {
  return array(
    'api' => '2.0',
    'path' => drupal_get_path('module', 'data'),
  );
}