You are here

function uiplog_views_api in User IP Log 7

Same name and namespace in other branches
  1. 6 uiplog.module \uiplog_views_api()

Implements hook_views_api()

File

./uiplog.module, line 28
User IP Log module file.

Code

function uiplog_views_api() {
  return array(
    'api' => views_api_version(),
    'path' => drupal_get_path('module', 'uiplog') . '/views',
  );
}