You are here

lingotek_test.routing.yml in Lingotek Translation 4.0.x

tests/modules/lingotek_test/lingotek_test.routing.yml

File

tests/modules/lingotek_test/lingotek_test.routing.yml
View source
  1. lingotek_test.fake_authorize:
  2. path: '/lingofake/authorize'
  3. defaults:
  4. _controller: '\Drupal\lingotek_test\Controller\FakeAuthorizationController::authorize'
  5. requirements:
  6. _permission: 'administer lingotek'
  7. lingotek_test.fake_authorize_no_redirect:
  8. path: '/lingofake/authorize_no_redirect'
  9. defaults:
  10. _controller: '\Drupal\lingotek_test\Controller\FakeAuthorizationController::authorizeNoRedirect'
  11. requirements:
  12. _permission: 'administer lingotek'
  13. lingotek_test.fake_create_account:
  14. path: '/lingopoint/portal/requestAccount.action'
  15. defaults:
  16. _controller: '\Drupal\lingotek_test\Controller\FakeAuthorizationController::createAccountForm'
  17. requirements:
  18. _permission: 'administer lingotek'
  19. lingotek_test.fake_sethost:
  20. path: '/lingofake/sethost'
  21. defaults:
  22. _controller: '\Drupal\lingotek_test\Controller\HostsSetterController::setHosts'
  23. requirements:
  24. _permission: 'administer lingotek'
  25. lingotek_test.fake_workbench:
  26. path: '/lingopoint/portal/wb.action'
  27. defaults:
  28. _controller: '\Drupal\lingotek_test\Controller\FakeWorkbenchController::workbench'
  29. requirements:
  30. _permission: 'administer lingotek'