function rolereference_views_api in Role Reference 7
Same name and namespace in other branches
- 6 rolereference.module \rolereference_views_api()
Implements hook_views_api().
File
- ./
rolereference.module, line 209
Code
function rolereference_views_api() {
return array(
'api' => '3.0',
'path' => drupal_get_path('module', 'rolereference') . '/includes',
);
}