tmgmt_content.routing.yml in Translation Management Tool 8
sources/content/tmgmt_content.routing.yml
2 string references to YAML keys in tmgmt_content.routing.yml
- ContentEntitySource::getPreviewUrl in sources/
content/ src/ Plugin/ tmgmt/ Source/ ContentEntitySource.php - Returns preview url if preview is supported.
- ContentTmgmtEntitySourceUiTest::testEntitySourcePreview in sources/
content/ tests/ src/ Functional/ ContentTmgmtEntitySourceUiTest.php - Test content entity source preview.
File
sources/content/tmgmt_content.routing.ymlView source
- tmgmt_content.job_item_preview:
- path: '/tmgmt/content/preview/{tmgmt_job_item}/{view_mode}'
- defaults:
- _controller: '\Drupal\tmgmt_content\Controller\ContentTranslationPreviewController::preview'
- _title_callback: '\Drupal\tmgmt_content\Controller\ContentTranslationPreviewController::title'
- view_mode: 'full'
- requirements:
- _key_access_check: 'TRUE'