public function JobForm::ajaxTranslatorSelect

Ajax callback to fetch the options provided by a translator.

File

src/Form/JobForm.php, line 777

Class

JobForm
Form controller for the job edit forms.

Namespace

Drupal\tmgmt\Form

Code

public function ajaxTranslatorSelect(array $form, FormStateInterface $form_state) {
  return $form['translator_wrapper'];
}