You are here

function party_views_api in Party 7

Same name and namespace in other branches
  1. 8.2 party.module \party_views_api()

Implements hook_views_api().

File

./party.module, line 1095
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',
  );
}