You are here

protected function LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation 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::getBulkOperationNameForCheckTranslation()
  2. 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
  3. 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
  4. 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
  5. 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
  6. 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
  7. 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
  8. 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
  9. 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
  10. 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckTranslation()
6 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::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.
LingotekNodeManageTranslationTabTest::testNodeTranslationUsingActions in tests/src/Functional/LingotekNodeManageTranslationTabTest.php
Tests that a node can be translated using the actions on the management page.

... See full list

File

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

Class

LingotekManagementTestTrait
Trait with Lingotek management form helpers.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function getBulkOperationNameForCheckTranslation($langcode, $entity_type_id) {
  return 'check_translation:' . $langcode;
}