You are here

function tmgmt_views_api in Translation Management Tool 7

Implements hook_views_api().

File

./tmgmt.module, line 280
Main module file for the Translation Management module.

Code

function tmgmt_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'tmgmt') . '/views',
  );
}