You are here

function flag_views_api in Flag 6.2

Same name and namespace in other branches
  1. 6 flag.module \flag_views_api()
  2. 7.3 flag.module \flag_views_api()
  3. 7.2 flag.module \flag_views_api()

Implementation of hook_views_api().

File

./flag.module, line 189
The Flag module.

Code

function flag_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'flag') . '/includes',
  );
}