You are here

function feedback_views_api in Feedback 7.2

Implements hook_views_api();

File

./feedback.module, line 680
Allows site visitors and users to report issues about this site.

Code

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