function party_views_api in Party 8.2
Same name and namespace in other branches
- 7 party.module \party_views_api()
Implements hook_views_api().
File
- ./
party.module, line 1283 - Provides a generic CRM party entity.
Code
function party_views_api() {
return array(
'api' => '3.0-alpha1',
'path' => drupal_get_path('module', 'party') . '/includes/views',
);
}