function getlocations_leaflet_views_api in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_leaflet/getlocations_leaflet.module \getlocations_leaflet_views_api()
Implements hook_views_api().
File
- modules/
getlocations_leaflet/ getlocations_leaflet.module, line 449 - getlocations_leaflet.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_leaflet_views_api() {
return array(
'api' => 3,
'path' => GETLOCATIONS_LEAFLET_PATH . '/views',
);
}