You are here

protected function LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation in Lingotek Translation 3.6.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
  2. 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
  3. 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
  4. 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
  5. 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
  6. 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
  7. 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
  8. 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
  9. 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
  10. 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslation()
7 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::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.

... See full list

File

tests/src/Functional/LingotekManagementTestTrait.php, line 325

Class

LingotekManagementTestTrait
Trait with Lingotek management form helpers.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function getBulkOperationNameForDownloadTranslation($langcode, $entity_type_id) {
  return 'download:' . $langcode;
}