You are here

protected function LingotekManagementForm::createTranslationCheckStatusBatch in Lingotek Translation 8

Create and set a check translation status batch for all languages.

Parameters

array $values: Array of ids to upload.

1 call to LingotekManagementForm::createTranslationCheckStatusBatch()
LingotekManagementForm::submitForm in src/Form/LingotekManagementForm.php
Form submission handler.

File

src/Form/LingotekManagementForm.php, line 597
Contains \Drupal\Lingotek\Form\LingotekManagementForm.

Class

LingotekManagementForm
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected function createTranslationCheckStatusBatch($values) {
  $this
    ->createBatch('checkTranslationStatuses', $values, $this
    ->t('Checking translations status from the Lingotek service.'));
}