You are here

function apachesolr_views_views_api in Apache Solr Views 6

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

Implementation 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-dev',
  );
}