You are here

function getlocations_views_api in Get Locations 7.2

Same name and namespace in other branches
  1. 6.2 getlocations.module \getlocations_views_api()
  2. 6 getlocations.module \getlocations_views_api()
  3. 7 getlocations.module \getlocations_views_api()

Implements hook_views_api().

File

./getlocations.module, line 72
getlocations.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

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