protected function LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation in Lingotek Translation 3.2.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.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.7.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()
6 calls to LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
- LingotekNodeBulkProfileTest::testChangeTranslationProfileBulk in tests/
src/ Functional/ LingotekNodeBulkProfileTest.php - Tests that the translation profiles can be updated with the bulk actions.
- 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.
- LingotekNodeManageTranslationTabTest::testNodeTranslationUsingActions in tests/
src/ Functional/ LingotekNodeManageTranslationTabTest.php - Tests that a node can be translated using the actions on the management page.
- LingotekNodeMultivaluedFieldTest::testMultivaluedFields in tests/
src/ Functional/ LingotekNodeMultivaluedFieldTest.php - Tests node translation with multivalued fields.
File
- tests/
src/ Functional/ LingotekManagementTestTrait.php, line 322
Class
- LingotekManagementTestTrait
- Trait with Lingotek management form helpers.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function getBulkOperationNameForDownloadTranslation($langcode, $entity_type_id) {
return 'download:' . $langcode;
}