protected function LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation in Lingotek Translation 3.7.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- 3.6.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
8 calls to LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- LingotekNodeBulkDisabledTargetOverrideTranslationTest::testNodeTranslationUsingActions in tests/
src/ Functional/ LingotekNodeBulkDisabledTargetOverrideTranslationTest.php - Tests that a node can be translated using the actions on the management page.
- LingotekNodeBulkProfileTest::testChangeTranslationProfileBulk in tests/
src/ Functional/ LingotekNodeBulkProfileTest.php - Tests that the translation profiles can be updated with the bulk actions.
- LingotekNodeBulkTranslationTest::testDownloadTranslationWithActionWithADocumentNotFoundError in tests/
src/ Functional/ LingotekNodeBulkTranslationTest.php - Tests that we manage errors when using the download translation action.
- LingotekNodeBulkTranslationTest::testDownloadTranslationWithActionWithAnError in tests/
src/ Functional/ LingotekNodeBulkTranslationTest.php - Tests that we manage errors when using the download translation action.
- LingotekNodeBulkTranslationTest::testNodeTranslationUsingActions in tests/
src/ Functional/ LingotekNodeBulkTranslationTest.php - Tests that a node can be translated using the actions on the management page.
File
- tests/
src/ Functional/ LingotekManagementTestTrait.php, line 325
Class
- LingotekManagementTestTrait
- Trait with Lingotek management form helpers.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function getBulkOperationNameForDownloadTranslation($langcode, $entity_type_id) {
return 'download:' . $langcode;
}