token_test.routing.yml in Drupal 8
Same filename and directory in other branches
core/modules/system/tests/modules/token_test/token_test.routing.yml
File
core/modules/system/tests/modules/token_test/token_test.routing.ymlView source
- token_test.test:
- path: token-test/{node}
- defaults:
- _controller: Drupal\token_test\Controller\TestController::tokenReplace
- requirements:
- _access: 'TRUE'
- token_test.test_without_bubbleable_metadata:
- path: token-test-without-bubbleable-metadata/{node}
- defaults:
- _controller: Drupal\token_test\Controller\TestController::tokenReplaceWithoutPassedBubbleableMetadata
- requirements:
- _access: 'TRUE'