You are here

function references_dialog_views_api in References dialog 7

Implements of hook_views_api().

File

./references_dialog.module, line 666
This the main module file.

Code

function references_dialog_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'references_dialog') . '/views',
  );
}