You are here

function flag_clear_views_api in Flag clear 7

Implements hook_views_api().

File

./flag_clear.module, line 178
Code for the Flag clear module.

Code

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