protected function LingotekViewsTestTrait::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/ Views/ LingotekViewsTestTrait.php, line 74
Class
- LingotekViewsTestTrait
- Trait Lingotek views test. Overrides some methods from LingotekTestBase.
Namespace
Drupal\Tests\lingotek\Functional\ViewsCode
protected function getBulkOperationNameForDisassociate($entity_type_id) {
return $this
->getBulkOperationNameForCancel($entity_type_id);
}