function search_api_stats_views_api in Search API Stats 8
Same name and namespace in other branches
- 7 search_api_stats.module \search_api_stats_views_api()
Implements hook_views_api().
File
- ./
search_api_stats.module, line 55
Code
function search_api_stats_views_api() {
return [
'api' => 3.0,
'path' => drupal_get_path('module', 'search_api_stats') . '/includes/views',
];
}