You are here

function node_noindex_views_api in Node Noindex 6

Same name and namespace in other branches
  1. 7 node_noindex.module \node_noindex_views_api()

Implementation of hook_views_api().

File

./node_noindex.module, line 5

Code

function node_noindex_views_api() {
  return array(
    'api' => '2.0',
    'path' => drupal_get_path('module', 'node_noindex'),
  );
}