function uuid_views_api in Universally Unique IDentifier 7
Same name and namespace in other branches
- 6 uuid.module \uuid_views_api()
Implements hook_views_api().
File
- ./
uuid.module, line 129 - Main module functions for the uuid module.
Code
function uuid_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'uuid'),
);
}