You are here

protected function LingotekManagementTestTrait::getBulkOperationNameForCancel 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::getBulkOperationNameForCancel()
  2. 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
  3. 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
  4. 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
  5. 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
  6. 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
  7. 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
  8. 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
  9. 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
  10. 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
12 calls to LingotekManagementTestTrait::getBulkOperationNameForCancel()
LingotekConfigEntityBulkProfileTest::testChangeTranslationProfileBulkAfterCancelling in tests/src/Functional/LingotekConfigEntityBulkProfileTest.php
Tests that the translation profiles can be updated with the bulk actions after cancelling.
LingotekContentTypeBulkCancelTest::testContentTypeCancel in tests/src/Functional/LingotekContentTypeBulkCancelTest.php
Tests that a config entity can be cancelled using the bulk operations on the management page.
LingotekFieldBodyBulkCancelTest::testFieldCancel in tests/src/Functional/LingotekFieldBodyBulkCancelTest.php
Tests that a field config can be cancelled using the bulk operations on the management page.
LingotekNodeBulkCancelTest::testNodeCancel in tests/src/Functional/LingotekNodeBulkCancelTest.php
Tests that a node can be cancelled using the actions on the management page.
LingotekNodeBulkFormTest::testNoAutomaticUploadAfterCancelation in tests/src/Functional/Form/LingotekNodeBulkFormTest.php
Tests that default profile is used after cancelation.

... See full list

File

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

Class

LingotekManagementTestTrait
Trait with Lingotek management form helpers.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function getBulkOperationNameForCancel($entity_type_id) {
  return 'cancel';
}