You are here

function translation_table_get_form in Translation table 6

Same name and namespace in other branches
  1. 7 translation_table.module \translation_table_get_form()

Menu callback;

1 string reference to 'translation_table_get_form'
translation_table_menu in ./translation_table.module
Implementation of hook_menu().

File

./translation_table.module, line 69
Translation table module

Code

function translation_table_get_form($form_id) {
  module_load_include('inc', 'translation_table', 'includes/admin');
  return drupal_get_form($form_id);
}