function countries_views_api in Countries 8
Same name and namespace in other branches
- 7.2 countries.module \countries_views_api()
Implements hook_views_api().
File
- ./
countries.module, line 993 - Defines the field and entity information for countries.
Code
function countries_views_api() {
return array(
'api' => '3',
'path' => drupal_get_path('module', 'countries') . '/views',
);
}