You are here

function getlocations_mapquest_views_api in Get Locations 7

Same name and namespace in other branches
  1. 7.2 modules/getlocations_mapquest/getlocations_mapquest.module \getlocations_mapquest_views_api()

Implements hook_views_api().

File

modules/getlocations_mapquest/getlocations_mapquest.module, line 106
getlocations_mapquest.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_mapquest_views_api() {
  return array(
    'api' => 3,
    'path' => GETLOCATIONS_MAPQUEST_PATH . '/views',
  );
}