You are here

function flag_lists_views_api in Flag Lists 7.3

Same name and namespace in other branches
  1. 6 flag_lists.module \flag_lists_views_api()
  2. 7 flag_lists.module \flag_lists_views_api()

Implementation of hook_views_api().

File

./flag_lists.module, line 940
The Flag Lists module.

Code

function flag_lists_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'flag_lists') . '/includes',
  );
}