function translation_table_translation_table_api in Translation table 6
Same name and namespace in other branches
- 7 translation_table.module \translation_table_translation_table_api()
Implementation of hook_translation_table_api().
File
- ./
translation_table.module, line 126 - Translation table module
Code
function translation_table_translation_table_api() {
return array(
'api' => 1,
'path' => drupal_get_path('module', 'translation_table') . '/modules',
);
}