You are here

function tmgmt_ui_ajax_callback_translator_plugin_select in Translation Management Tool 7

Ajax callback for loading the translator plugin settings form for the currently selected translator plugin.

1 string reference to 'tmgmt_ui_ajax_callback_translator_plugin_select'
tmgmt_translator_form in ui/includes/tmgmt_ui.pages.inc
Entity API form for the translator entity.

File

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

Code

function tmgmt_ui_ajax_callback_translator_plugin_select($form, &$form_state) {
  return $form['plugin_wrapper'];
}