You are here

function search_api_stats_views_api in Search API Stats 7

Same name and namespace in other branches
  1. 8 search_api_stats.module \search_api_stats_views_api()

Implements of hook_views_api().

File

./search_api_stats.module, line 61
search_api_stats.module

Code

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