You are here

protected function LingotekManagementForm::createUploadCheckStatusBatch in Lingotek Translation 8

Create and set a check upload status batch.

Parameters

array $values: Array of ids to upload.

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

File

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

Class

LingotekManagementForm
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected function createUploadCheckStatusBatch($values) {
  $this
    ->createBatch('checkDocumentUploadStatus', $values, $this
    ->t('Checking content upload status with the Lingotek service'));
}