function kml_views_api in KML 6.2
Same name and namespace in other branches
- 7 kml.module \kml_views_api()
Implementation of hook_views_api().
File
- ./
kml.module, line 11 - KML module.
Code
function kml_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'kml') . '/views',
);
}