You are here

function entity_translation_views_api in Entity Translation 7

Implements hook_views_api().

File

./entity_translation.module, line 2005

Code

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