You are here

function tmgmt_smartling_checkout_settings_add_to_job_form_ajax_callback in TMGMT Translator Smartling 8.4

Same name and namespace in other branches
  1. 8.3 tmgmt_smartling.module \tmgmt_smartling_checkout_settings_add_to_job_form_ajax_callback()

Parameters

array $form:

\Drupal\Core\Form\FormStateInterface $form_state:

$form_id:

Return value

mixed

1 string reference to 'tmgmt_smartling_checkout_settings_add_to_job_form_ajax_callback'
SmartlingTranslatorUi::checkoutSettingsAddToJobForm in src/SmartlingTranslatorUi.php
Returns "Add to job" from part.

File

./tmgmt_smartling.module, line 561
Contains

Code

function tmgmt_smartling_checkout_settings_add_to_job_form_ajax_callback(array &$form, FormStateInterface $form_state, $form_id) {
  return $form['translator_wrapper']['settings']['add_to_job_tab']['container'];
}