You are here

lingotek_form_test.routing.yml in Lingotek Translation 3.0.x

tests/modules/lingotek_form_test/lingotek_form_test.routing.yml

File

tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
View source
  1. lingotek_form_test.lingotek_source_status:
  2. path: '/lingotek_form_test/lingotek_source_status/{entity_type}/{entity_id}'
  3. defaults:
  4. _controller: '\Drupal\lingotek_form_test\Controller\LingotekTranslationStatusController::renderSource'
  5. requirements:
  6. _access: 'TRUE'
  7. lingotek_form_test.lingotek_translation_status:
  8. path: '/lingotek_form_test/lingotek_translation_status/{entity_type}/{entity_id}'
  9. defaults:
  10. _controller: '\Drupal\lingotek_form_test\Controller\LingotekTranslationStatusController::renderTargetStatus'
  11. requirements:
  12. _access: 'TRUE'
  13. lingotek_form_test.lingotek_translation_statuses:
  14. path: '/lingotek_form_test/lingotek_translation_statuses/{entity_type}/{entity_id}'
  15. defaults:
  16. _controller: '\Drupal\lingotek_form_test\Controller\LingotekTranslationStatusController::renderTargetStatuses'
  17. requirements:
  18. _access: 'TRUE'