protected function LingotekConfigManagementForm::createLanguageRequestTranslationBatch in Lingotek Translation 4.0.x
Same name and namespace in other branches
- 8 src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- 8.2 src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- 3.0.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- 3.1.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- 3.2.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- 3.3.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- 3.4.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- 3.5.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- 3.6.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- 3.7.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- 3.8.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
Create and set a request translations batch for all languages.
Parameters
array $values: Array of ids to upload.
string $language: Language code for the request.
1 call to LingotekConfigManagementForm::createLanguageRequestTranslationBatch()
- LingotekConfigManagementForm::submitForm in src/
Form/ LingotekConfigManagementForm.php - Form submission handler.
File
- src/
Form/ LingotekConfigManagementForm.php, line 668
Class
- LingotekConfigManagementForm
- Form for bulk management of content.
Namespace
Drupal\lingotek\FormCode
protected function createLanguageRequestTranslationBatch($values, $language) {
$this
->createBatch('requestTranslation', $values, $this
->t('Requesting translations to Lingotek service.'), $language);
}