tabbable_shim_test.routing.yml
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ tabbable_shim_test/ tabbable_shim_test.routing.yml
View source
- tabbable_test_page:
- path: '/tabbable-shim-test'
- defaults:
- _controller: '\Drupal\tabbable_shim_test\Controller\TabbableShimTestController::build'
- _title: 'Tabbable testing'
- requirements:
- _access: 'TRUE'
-
- tabbable_dialog_integration_test_page:
- path: '/tabbable-shim-dialog-integration-test'
- defaults:
- _controller: '\Drupal\tabbable_shim_test\Controller\TabbableShimDialogIntegrationTestController::build'
- _title: 'Tabbable dialog integration testing'
- requirements:
- _access: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.