You are here

function uuid_views_api in Universally Unique IDentifier 6

Same name and namespace in other branches
  1. 7 uuid.module \uuid_views_api()

Implementation of hook_views_api().

File

./uuid.module, line 145
Main module functions for the uuid module.

Code

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