You are here

function relation_add_views_views_api in Relation add 7

Implements hook_views_api().

File

modules/relation_add_views/relation_add_views.module, line 115
Relation Add View module file.

Code

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