You are here

function track_field_changes_views_api in Track Field Changes 7

Implements hook_views_api().

File

./track_field_changes.module, line 173
The Track Field Changes module.

Code

function track_field_changes_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'track_field_changes') . '/views',
  );
}