protected function LingotekManagementTestTrait::getBulkOperationNameForCancel in Lingotek Translation 3.0.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
- 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
- 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
- 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
- 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
- 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
- 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
- 3.6.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
- 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancel()
- 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.
File
- tests/
src/ Functional/ LingotekManagementTestTrait.php, line 326
Class
- LingotekManagementTestTrait
- Trait with Lingotek management form helpers.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function getBulkOperationNameForCancel($entity_type_id) {
return 'cancel';
}