You are here

protected function LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations 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::getBulkOperationNameForDownloadTranslations()
  2. 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
  3. 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
  4. 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
  5. 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
  6. 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
  7. 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
  8. 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
  9. 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
  10. 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
24 calls to LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
LingotekConfigStatusDownloadTargetTest::testConfigStatusDownloadTarget in tests/src/Functional/LingotekConfigStatusDownloadTargetTest.php
Tests that a config can be translated using the links on the management page.
LingotekContentTypeBulkDisabledTargetOverrideTranslationTest::testFieldBodyTranslationUsingActionsForMultipleLocales in tests/src/Functional/LingotekContentTypeBulkDisabledTargetOverrideTranslationTest.php
Tests that a field can be translated using the actions on the management page for multiple locales.
LingotekContentTypeBulkTranslationTest::testCheckTranslationsWithDownloadedLocales in tests/src/Functional/LingotekContentTypeBulkTranslationTest.php
Tests that current locales are not cleared when checking statuses.
LingotekContentTypeBulkTranslationTest::testContentTypeMultipleLanguageTranslationUsingActions in tests/src/Functional/LingotekContentTypeBulkTranslationTest.php
Tests that a config entity can be translated using the actions on the management page.
LingotekContentTypeBulkTranslationTest::testTranslationDownloadWithUnrequestedLocales in tests/src/Functional/LingotekContentTypeBulkTranslationTest.php
Tests that unrequested locales are not marked as error when downloading all.

... See full list

File

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

Class

LingotekManagementTestTrait
Trait with Lingotek management form helpers.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function getBulkOperationNameForDownloadTranslations($entity_type_id) {
  return 'download';
}