You are here

protected function LingotekManagementTestTrait::getBulkOperationNameForUpload 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::getBulkOperationNameForUpload()
  2. 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForUpload()
  3. 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForUpload()
  4. 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForUpload()
  5. 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForUpload()
  6. 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForUpload()
  7. 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForUpload()
  8. 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForUpload()
  9. 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForUpload()
  10. 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForUpload()
130 calls to LingotekManagementTestTrait::getBulkOperationNameForUpload()
LingotekConfigBulkFormTest::testJobIdFilter in tests/src/Functional/Form/LingotekConfigBulkFormTest.php
Tests that the bulk management filtering works correctly.
LingotekConfigBulkFormTest::testJobIdOnUpdate in tests/src/Functional/Form/LingotekConfigBulkFormTest.php
Tests job id is uploaded on update.
LingotekConfigBulkFormTest::testJobIdOnUpload in tests/src/Functional/Form/LingotekConfigBulkFormTest.php
Tests job id is uploaded on upload.
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.

... See full list

File

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

Class

LingotekManagementTestTrait
Trait with Lingotek management form helpers.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function getBulkOperationNameForUpload($entity_type_id) {
  return 'upload';
}