protected function LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation in Lingotek Translation 3.7.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
- 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
- 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
- 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
- 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
- 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
- 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
- 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
- 3.6.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
- 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
7 calls to LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
- LingotekContentTypeBulkTranslationTest::testContentTypeTranslationUsingActions in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that a config can be translated using the actions on the management page.
- LingotekNodeBulkDisabledTargetOverrideTranslationTest::testNodeTranslationUsingActions in tests/
src/ Functional/ LingotekNodeBulkDisabledTargetOverrideTranslationTest.php - Tests that a node can be translated using the actions on the management page.
- LingotekNodeBulkTranslationTest::testCheckTranslationStatusWithActionWithADocumentNotFoundError in tests/
src/ Functional/ LingotekNodeBulkTranslationTest.php - Tests that we manage errors when using the check translation status action.
- LingotekNodeBulkTranslationTest::testCheckTranslationStatusWithActionWithAnError in tests/
src/ Functional/ LingotekNodeBulkTranslationTest.php - Tests that we manage errors when using the check translation status action.
- LingotekNodeBulkTranslationTest::testNodeTranslationUsingActions in tests/
src/ Functional/ LingotekNodeBulkTranslationTest.php - Tests that a node can be translated using the actions on the management page.
File
- tests/
src/ Functional/ LingotekManagementTestTrait.php, line 317
Class
- LingotekManagementTestTrait
- Trait with Lingotek management form helpers.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function getBulkOperationNameForCheckTranslation($langcode, $entity_type_id) {
return 'check_translation:' . $langcode;
}