lingotek_test.routing.yml in Lingotek Translation 3.1.x
Same filename and directory in other branches
- 8 tests/modules/lingotek_test/lingotek_test.routing.yml
- 8.2 tests/modules/lingotek_test/lingotek_test.routing.yml
- 4.0.x tests/modules/lingotek_test/lingotek_test.routing.yml
- 3.0.x tests/modules/lingotek_test/lingotek_test.routing.yml
- 3.2.x tests/modules/lingotek_test/lingotek_test.routing.yml
- 3.3.x tests/modules/lingotek_test/lingotek_test.routing.yml
- 3.4.x tests/modules/lingotek_test/lingotek_test.routing.yml
- 3.5.x tests/modules/lingotek_test/lingotek_test.routing.yml
- 3.6.x tests/modules/lingotek_test/lingotek_test.routing.yml
- 3.7.x tests/modules/lingotek_test/lingotek_test.routing.yml
- 3.8.x tests/modules/lingotek_test/lingotek_test.routing.yml
tests/modules/lingotek_test/lingotek_test.routing.yml
1 string reference to YAML keys in lingotek_test.routing.yml
- LingotekWorkbenchRedirectControllerTest::testWorkbenchLink in tests/
src/ Functional/ Controller/ LingotekWorkbenchRedirectControllerTest.php - Tests that the workbench link works.
File
tests/modules/lingotek_test/lingotek_test.routing.ymlView source
- lingotek_test.fake_authorize:
- path: '/lingofake/authorize'
- defaults:
- _controller: '\Drupal\lingotek_test\Controller\FakeAuthorizationController::authorize'
- requirements:
- _permission: 'administer lingotek'
-
- lingotek_test.fake_authorize_no_redirect:
- path: '/lingofake/authorize_no_redirect'
- defaults:
- _controller: '\Drupal\lingotek_test\Controller\FakeAuthorizationController::authorizeNoRedirect'
- requirements:
- _permission: 'administer lingotek'
-
- lingotek_test.fake_create_account:
- path: '/lingopoint/portal/requestAccount.action'
- defaults:
- _controller: '\Drupal\lingotek_test\Controller\FakeAuthorizationController::createAccountForm'
- requirements:
- _permission: 'administer lingotek'
-
- lingotek_test.fake_sethost:
- path: '/lingofake/sethost'
- defaults:
- _controller: '\Drupal\lingotek_test\Controller\HostsSetterController::setHosts'
- requirements:
- _permission: 'administer lingotek'
-
- lingotek_test.fake_workbench:
- path: '/lingopoint/portal/wb.action'
- defaults:
- _controller: '\Drupal\lingotek_test\Controller\FakeWorkbenchController::workbench'
- requirements:
- _permission: 'administer lingotek'