protected function LingotekManagementTestTrait::getBulkOperationNameForCancelTarget in Lingotek Translation 3.7.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
- 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
- 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
- 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
- 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
- 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
- 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
- 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
- 3.6.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
- 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
10 calls to LingotekManagementTestTrait::getBulkOperationNameForCancelTarget()
- LingotekContentTypeBulkCancelTest::testContentTypeCancelTarget in tests/
src/ Functional/ LingotekContentTypeBulkCancelTest.php - Tests that a config entity target can be cancelled using the bulk operations on the management page.
- LingotekContentTypeBulkCancelTest::testContentTypeCancelTargetAlreadyCompleted in tests/
src/ Functional/ LingotekContentTypeBulkCancelTest.php - Tests that a config entity target can be cancelled using the bulk operations on the management page.
- LingotekFieldBodyBulkCancelTest::testFieldCancelTarget in tests/
src/ Functional/ LingotekFieldBodyBulkCancelTest.php - Tests that a field config target can be cancelled using the bulk operations on the management page.
- LingotekFieldBodyBulkCancelTest::testFieldCancelTargetAlreadyCompleted in tests/
src/ Functional/ LingotekFieldBodyBulkCancelTest.php - Tests that a field config target can be cancelled using the bulk operations on the management page.
- LingotekNodeBulkCancelTest::testNodeCancelTarget in tests/
src/ Functional/ LingotekNodeBulkCancelTest.php - Tests that a node target can be cancelled using the actions on the management page.
File
- tests/
src/ Functional/ LingotekManagementTestTrait.php, line 333
Class
- LingotekManagementTestTrait
- Trait with Lingotek management form helpers.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function getBulkOperationNameForCancelTarget($langcode, $entity_type_id) {
return 'cancel:' . $langcode;
}