You are here

function contact_save_views_api in Contact Save 7

Implements hook_views_api().

File

./contact_save.module, line 80
Contact save module logic.

Code

function contact_save_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'contact_save') . '/includes',
  );
}