protected function LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations 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::getBulkOperationNameForCheckTranslations()
- 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations()
- 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations()
- 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations()
- 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations()
- 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations()
- 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations()
- 3.6.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations()
- 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations()
- 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations()
27 calls to LingotekManagementTestTrait::getBulkOperationNameForCheckTranslations()
- LingotekContentTypeBulkTranslationTest::testCheckTranslationsAction in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that all the statuses are set when using the Check Translations action.
- 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::testEditedConfigTranslationUsingLinks in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that a config can be translated using the links on the management page.
- LingotekContentTypeBulkTranslationTest::testEditedConfigTranslationUsingLinksInAutomaticUploadMode in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that a node can be translated using the links on the management page.
File
- tests/
src/ Functional/ LingotekManagementTestTrait.php, line 310
Class
- LingotekManagementTestTrait
- Trait with Lingotek management form helpers.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function getBulkOperationNameForCheckTranslations($entity_type_id) {
return 'check_translations';
}