You are here

protected function LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation in Lingotek Translation 3.6.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
  2. 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
  3. 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
  4. 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
  5. 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
  6. 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
  7. 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
  8. 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
  9. 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
  10. 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
28 calls to LingotekManagementTestTrait::getBulkOperationNameForRequestTranslation()
LingotekContentTypeBulkDisabledTargetOverrideTranslationTest::xxxtestFieldBodyTranslationUsingActions in tests/src/Functional/LingotekContentTypeBulkDisabledTargetOverrideTranslationTest.php
Tests that a field can be translated using the actions on the management page.
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.

... See full list

File

tests/src/Functional/LingotekManagementTestTrait.php, line 309

Class

LingotekManagementTestTrait
Trait with Lingotek management form helpers.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function getBulkOperationNameForRequestTranslation($langcode, $entity_type_id) {
  return 'request_translation:' . $langcode;
}