You are here

function tmgmt_ui_ajax_callback_load_suggestions in Translation Management Tool 7

Returns the suggestions table for an AJAX-Call.

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

File

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

Code

function tmgmt_ui_ajax_callback_load_suggestions($form, &$form_state) {
  return $form['job_items_wrapper']['suggestions']['container']['suggestions_list'];
}