protected function LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekFieldBodyBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
- 4.0.x tests/src/Functional/LingotekFieldBodyBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
- 3.0.x tests/src/Functional/LingotekFieldBodyBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
- 3.1.x tests/src/Functional/LingotekFieldBodyBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
- 3.2.x tests/src/Functional/LingotekFieldBodyBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
- 3.3.x tests/src/Functional/LingotekFieldBodyBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
- 3.5.x tests/src/Functional/LingotekFieldBodyBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
- 3.6.x tests/src/Functional/LingotekFieldBodyBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
- 3.7.x tests/src/Functional/LingotekFieldBodyBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
- 3.8.x tests/src/Functional/LingotekFieldBodyBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
1 call to LingotekFieldBodyBulkTranslationTest::getConfigBulkManagementFormUrl()
- LingotekFieldBodyBulkTranslationTest::getDestination in tests/
src/ Functional/ LingotekFieldBodyBulkTranslationTest.php
File
- tests/
src/ Functional/ LingotekFieldBodyBulkTranslationTest.php, line 1686
Class
- LingotekFieldBodyBulkTranslationTest
- Tests translating a field using the bulk management form.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function getConfigBulkManagementFormUrl($entity_type_id = 'node.article.body', $prefix = NULL) {
return ($prefix === NULL ? '' : '/' . $prefix) . '/admin/lingotek/config/manage';
}