You are here

protected function LingotekManagementTestTrait::getBulkOperationNameForCheckUpload 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::getBulkOperationNameForCheckUpload()
  2. 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckUpload()
  3. 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckUpload()
  4. 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckUpload()
  5. 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckUpload()
  6. 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckUpload()
  7. 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckUpload()
  8. 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckUpload()
  9. 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckUpload()
  10. 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCheckUpload()
38 calls to LingotekManagementTestTrait::getBulkOperationNameForCheckUpload()
LingotekConfigStatusDownloadTargetTest::testConfigStatusDownloadTarget in tests/src/Functional/LingotekConfigStatusDownloadTargetTest.php
Tests that a config can be translated using the links on the management page.
LingotekConfigTranslationEditedToPendingTest::testConfigStatusDownloadTarget in tests/src/Functional/LingotekConfigTranslationEditedToPendingTest.php
Tests that a config can be translated using the links on the management page.
LingotekContentTypeBulkDisabledTargetOverrideTranslationTest::testFieldBodyTranslationUsingActionsForMultipleLocales in tests/src/Functional/LingotekContentTypeBulkDisabledTargetOverrideTranslationTest.php
Tests that a field can be translated using the actions on the management page for multiple locales.
LingotekContentTypeBulkTranslationTest::testCheckTranslationsAction in tests/src/Functional/LingotekContentTypeBulkTranslationTest.php
Tests that all the statuses are set when using the Check Translations action.
LingotekContentTypeBulkTranslationTest::testCheckTranslationsWithDownloadedLocales in tests/src/Functional/LingotekContentTypeBulkTranslationTest.php
Tests that current locales are not cleared when checking statuses.

... See full list

File

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

Class

LingotekManagementTestTrait
Trait with Lingotek management form helpers.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function getBulkOperationNameForCheckUpload($entity_type_id) {
  return 'check_upload';
}