You are here

function translation_table_translation_table_api in Translation table 7

Same name and namespace in other branches
  1. 6 translation_table.module \translation_table_translation_table_api()

Implements 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',
  );
}