You are here

function search_api_exclude_views_api in Search API exclude 7

File

./search_api_exclude.module, line 276
Allows users to exclude specific nodes from indexing by Search API.

Code

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