protected function LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations in Lingotek Translation 3.5.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
- 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
- 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
- 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
- 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
- 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
- 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
- 3.6.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
- 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForDownloadTranslations()
- 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.
File
- tests/
src/ Functional/ LingotekManagementTestTrait.php, line 318
Class
- LingotekManagementTestTrait
- Trait with Lingotek management form helpers.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function getBulkOperationNameForDownloadTranslations($entity_type_id) {
return 'download';
}