You are here

function countries_views_api in Countries 7.2

Same name and namespace in other branches
  1. 8 countries.module \countries_views_api()

Implements hook_views_api().

File

./countries.module, line 991
Defines the field and entity information for countries.

Code

function countries_views_api() {
  return array(
    'api' => '3',
    'path' => drupal_get_path('module', 'countries') . '/views',
  );
}