function tmgmt_local_views_api in Translation Management Tool 7
Implements hook_views_api().
File
- translators/
tmgmt_local/ tmgmt_local.module, line 208 - Main module file for the local translation module.
Code
function tmgmt_local_views_api() {
return array(
'api' => 3.0,
'path' => drupal_get_path('module', 'tmgmt_local') . '/views',
);
}