You are here

protected function LingotekManagementTestTrait::getApplyActionsButtonLabel 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::getApplyActionsButtonLabel()
  2. 4.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getApplyActionsButtonLabel()
  3. 3.0.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getApplyActionsButtonLabel()
  4. 3.1.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getApplyActionsButtonLabel()
  5. 3.2.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getApplyActionsButtonLabel()
  6. 3.3.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getApplyActionsButtonLabel()
  7. 3.4.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getApplyActionsButtonLabel()
  8. 3.5.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getApplyActionsButtonLabel()
  9. 3.7.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getApplyActionsButtonLabel()
  10. 3.8.x tests/src/Functional/LingotekManagementTestTrait.php \Drupal\Tests\lingotek\Functional\LingotekManagementTestTrait::getApplyActionsButtonLabel()
221 calls to LingotekManagementTestTrait::getApplyActionsButtonLabel()
LingotekBulkDeleteTest::testNodeBulkDelete in tests/src/Functional/LingotekBulkDeleteTest.php
Tests that a node can be deleted in the management page.
LingotekConfigBulkFormTest::testAssignInvalidJobIdsWithTMSUpdate in tests/src/Functional/Form/LingotekConfigBulkFormTest.php
Tests that we cannot assign job ids with invalid chars.
LingotekConfigBulkFormTest::testAssignJobIds in tests/src/Functional/Form/LingotekConfigBulkFormTest.php
Tests that can we assign job ids with the bulk operation.
LingotekConfigBulkFormTest::testAssignJobIdsWithTMSUpdate in tests/src/Functional/Form/LingotekConfigBulkFormTest.php
Tests that can we assign job ids with the bulk operation with TMS update.
LingotekConfigBulkFormTest::testAssignJobIdsWithTMSUpdateWithADocumentArchivedError in tests/src/Functional/Form/LingotekConfigBulkFormTest.php
Tests that can we assign job ids with the bulk operation with TMS update.

... See full list

File

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

Class

LingotekManagementTestTrait
Trait with Lingotek management form helpers.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function getApplyActionsButtonLabel() {
  return t('Execute');
}