You are here

protected function LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations 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::getBulkOperationNameForRequestTranslations()
  2. 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
  3. 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
  4. 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
  5. 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
  6. 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
  7. 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
  8. 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
  9. 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
  10. 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
26 calls to LingotekManagementTestTrait::getBulkOperationNameForRequestTranslations()
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::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.

... See full list

File

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

Class

LingotekManagementTestTrait
Trait with Lingotek management form helpers.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function getBulkOperationNameForRequestTranslations($entity_type_id) {
  return 'request_translations';
}