You are here

function contact_views_api in Contact 6.2

Implements hook_views_api().

File

./contact.module, line 283
Enables the use of personal and site-wide contact forms.

Code

function contact_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'contact'),
  );
}