You are here

function select_translation_views_api in Select translation 7

Implements hook_views_api().

File

./select_translation.module, line 21
Main module file.

Code

function select_translation_views_api() {
  return array(
    'api' => '2.0',
    'path' => drupal_get_path('module', 'select_translation'),
  );
}