You are here

function country_field_views_api in Country Field 7

Implements hook_views_api().

File

./country_field.module, line 111
Contains field hook implementations for a country select field.

Code

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