protected function LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
- 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
- 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
- 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
- 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
- 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
- 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
- 3.6.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
- 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
- 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
25 calls to LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
- LingotekContentTypeBulkTranslationTest::testContentTypeTranslationUsingActions in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that a config can be translated using the actions on the management page.
- LingotekContentTypeBulkTranslationTest::testRequestTranslationWithActionWithADocumentArchivedError in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that we manage errors when using the request translation action.
- LingotekContentTypeBulkTranslationTest::testRequestTranslationWithActionWithADocumentLockedError in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that we manage errors when using the request translation action.
- LingotekContentTypeBulkTranslationTest::testRequestTranslationWithActionWithAnError in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that we manage errors when using the request translation action.
- LingotekContentTypeBulkTranslationTest::testRequestTranslationWithActionWithAPaymentRequiredError in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that we manage errors when using the request translation action.
File
- tests/
src/ Functional/ LingotekManagementTestTrait.php, line 306
Class
- LingotekManagementTestTrait
- Trait with Lingotek management form helpers.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function getBulkOperationNameForRequestTranslation($langcode, $entity_type_id) {
return 'request_translation:' . $langcode;
}