You are here

protected function LingotekManagementTestTrait::getBulkOperationNameForDisassociate in Lingotek Translation 8.2

Deprecated

in 8.x-2.14, will be removed in 8.x-2.16. Use ::getBulkOperationNameForCancel instead.

File

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

Class

LingotekManagementTestTrait
Trait with Lingotek management form helpers.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function getBulkOperationNameForDisassociate($entity_type_id) {
  return $this
    ->getBulkOperationNameForCancel($entity_type_id);
}