You are here

function flag_abuse_views_api in Flag Abuse 6.2

Same name and namespace in other branches
  1. 6 flag_abuse.module \flag_abuse_views_api()
  2. 7.2 flag_abuse.module \flag_abuse_views_api()

Implementation of hook_views_api().

File

./flag_abuse.module, line 19

Code

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