You are here

function tmgmt_ui_ajax_callback_translator_select in Translation Management Tool 7

Ajax callback to fetch the options provided by a translator.

1 string reference to 'tmgmt_ui_ajax_callback_translator_select'
tmgmt_job_form in ui/includes/tmgmt_ui.pages.inc
Entity API form the job entity.

File

ui/includes/tmgmt_ui.pages.inc, line 852
Provides page callbacks and form functions for the Translation Management Tool User Interface module.

Code

function tmgmt_ui_ajax_callback_translator_select($form, &$form_state) {
  return $form['translator_wrapper']['settings'];
}