protected function LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
- 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
- 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
- 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
- 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
- 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
- 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
- 3.6.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
- 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
- 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
23 calls to LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
- LingotekContentTypeBulkTranslationTest::testContentTypeMultipleLanguageTranslationUsingActions in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that a config entity can be translated using the actions on the management page.
- LingotekContentTypeBulkTranslationTest::testRequestAllTranslationsWithActionWithADocumentArchivedError in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that we manage errors when using the request all translations action.
- LingotekContentTypeBulkTranslationTest::testRequestAllTranslationsWithActionWithADocumentLockedError in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that we manage errors when using the request all translations action.
- LingotekContentTypeBulkTranslationTest::testRequestAllTranslationsWithActionWithAnError in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that we manage errors when using the request all translations action.
- LingotekContentTypeBulkTranslationTest::testRequestAllTranslationsWithActionWithAPaymentRequiredError in tests/
src/ Functional/ LingotekContentTypeBulkTranslationTest.php - Tests that we manage errors when using the request all translations action.
File
- tests/
src/ Functional/ LingotekManagementTestTrait.php, line 302
Class
- LingotekManagementTestTrait
- Trait with Lingotek management form helpers.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function getBulkOperationNameForRequestTranslations($entity_type_id) {
return 'request_translations';
}