You are here

function apachesolr_views_views_api in Apache Solr Views 7

Same name and namespace in other branches
  1. 6 apachesolr_views.module \apachesolr_views_views_api()

Implements of hook_views_api().

File

./apachesolr_views.module, line 12
Provides Views Implementation for the ApacheSolr Search Integration project drupal.org/project/apachesolr

Code

function apachesolr_views_views_api() {
  return array(
    'api' => '3.0',
  );
}