protected function LingotekManagementForm::createDisassociateBatch in Lingotek Translation 8
Create and set a disassociate batch.
Parameters
array $values: Array of ids to disassociate.
1 call to LingotekManagementForm::createDisassociateBatch()
- LingotekManagementForm::submitForm in src/
Form/ LingotekManagementForm.php - Form submission handler.
File
- src/
Form/ LingotekManagementForm.php, line 641 - Contains \Drupal\Lingotek\Form\LingotekManagementForm.
Class
- LingotekManagementForm
- Form for bulk management of content.
Namespace
Drupal\lingotek\FormCode
protected function createDisassociateBatch($values) {
$this
->createBatch('disassociate', $values, $this
->t('Disassociating content from Lingotek service'));
}