You are here

function apachesolr_exclude_node_views_api in Apache Solr Exclude Node 7

Implements hook_views_api().

File

./apachesolr_exclude_node.module, line 23
Module file for the Apache Solr Exclude Node module.

Code

function apachesolr_exclude_node_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'apachesolr_exclude_node') . '/views',
  );
}