nicemap_views_api

nicemap/nicemap.module, line 71

Versions
6
nicemap_views_api()

Implementation of hook_views_api

Code

<?php
function nicemap_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'nicemap') . '/views',
  );
}
?>