You are here

position_shim_test.routing.yml in Drupal 9

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

File

core/modules/system/tests/modules/position_shim_test/position_shim_test.routing.yml
View source
  1. position_test_page:
  2. path: '/position-shim-test'
  3. defaults:
  4. _controller: '\Drupal\position_shim_test\Controller\PositionShimTestController::build'
  5. _title: 'position testing'
  6. requirements:
  7. _access: 'TRUE'
  8. position_test_ported_jqueryui:
  9. path: '/position-shim-test-ported-from-jqueryui'
  10. defaults:
  11. _controller: '\Drupal\position_shim_test\Controller\PositionShimTestPortedJqueryTestsController::build'
  12. _title: 'ported position testing'
  13. requirements:
  14. _access: 'TRUE'