You are here

function tmgmt_ui_views_api in Translation Management Tool 7

Implements hook_views_api().

File

ui/tmgmt_ui.module, line 185
Common Translation managment UI.

Code

function tmgmt_ui_views_api() {
  return array(
    'api' => 3.0,
  );
}