protected function LingotekManagementFormBase::createTranslationCheckStatusBatch in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::createTranslationCheckStatusBatch()
- 4.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::createTranslationCheckStatusBatch()
- 3.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::createTranslationCheckStatusBatch()
- 3.2.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::createTranslationCheckStatusBatch()
- 3.3.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::createTranslationCheckStatusBatch()
- 3.4.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::createTranslationCheckStatusBatch()
- 3.5.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::createTranslationCheckStatusBatch()
- 3.6.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::createTranslationCheckStatusBatch()
- 3.7.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::createTranslationCheckStatusBatch()
- 3.8.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::createTranslationCheckStatusBatch()
Create and set a check translation status batch for all languages.
Parameters
array $values: Array of ids to upload.
1 call to LingotekManagementFormBase::createTranslationCheckStatusBatch()
- LingotekManagementFormBase::submitForm in src/
Form/ LingotekManagementFormBase.php - Form submission handler.
File
- src/
Form/ LingotekManagementFormBase.php, line 815
Class
- LingotekManagementFormBase
- Form for bulk management of content.
Namespace
Drupal\lingotek\FormCode
protected function createTranslationCheckStatusBatch($values) {
$this
->createBatch('checkTranslationStatuses', $values, $this
->t('Checking translations status from the Lingotek service.'));
}