tabbable_shim_test.routing.yml

Same filename and directory in other branches
  1. 10 core/modules/system/tests/modules/tabbable_shim_test/tabbable_shim_test.routing.yml
  2. 11.x core/modules/system/tests/modules/tabbable_shim_test/tabbable_shim_test.routing.yml
core/modules/system/tests/modules/tabbable_shim_test/tabbable_shim_test.routing.yml

File

core/modules/system/tests/modules/tabbable_shim_test/tabbable_shim_test.routing.yml

View source
  1. tabbable_test_page:
  2. path: '/tabbable-shim-test'
  3. defaults:
  4. _controller: '\Drupal\tabbable_shim_test\Controller\TabbableShimTestController::build'
  5. _title: 'Tabbable testing'
  6. requirements:
  7. _access: 'TRUE'
  8. tabbable_dialog_integration_test_page:
  9. path: '/tabbable-shim-dialog-integration-test'
  10. defaults:
  11. _controller: '\Drupal\tabbable_shim_test\Controller\TabbableShimDialogIntegrationTestController::build'
  12. _title: 'Tabbable dialog integration testing'
  13. requirements:
  14. _access: 'TRUE'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.