lingotek_form_test.routing.yml in Lingotek Translation 3.8.x
Same filename and directory in other branches
- 8.2 tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
- 4.0.x tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
- 3.0.x tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
- 3.1.x tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
- 3.2.x tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
- 3.3.x tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
- 3.4.x tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
- 3.5.x tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
- 3.6.x tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
- 3.7.x tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
tests/modules/lingotek_form_test/lingotek_form_test.routing.yml
File
tests/modules/lingotek_form_test/lingotek_form_test.routing.ymlView source
- lingotek_form_test.lingotek_source_status:
- path: '/lingotek_form_test/lingotek_source_status/{entity_type}/{entity_id}'
- defaults:
- _controller: '\Drupal\lingotek_form_test\Controller\LingotekTranslationStatusController::renderSource'
- requirements:
- _access: 'TRUE'
-
- lingotek_form_test.lingotek_translation_status:
- path: '/lingotek_form_test/lingotek_translation_status/{entity_type}/{entity_id}'
- defaults:
- _controller: '\Drupal\lingotek_form_test\Controller\LingotekTranslationStatusController::renderTargetStatus'
- requirements:
- _access: 'TRUE'
-
- lingotek_form_test.lingotek_translation_statuses:
- path: '/lingotek_form_test/lingotek_translation_statuses/{entity_type}/{entity_id}'
- defaults:
- _controller: '\Drupal\lingotek_form_test\Controller\LingotekTranslationStatusController::renderTargetStatuses'
- requirements:
- _access: 'TRUE'