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.ymlView source
- position_test_page:
- path: '/position-shim-test'
- defaults:
- _controller: '\Drupal\position_shim_test\Controller\PositionShimTestController::build'
- _title: 'position testing'
- requirements:
- _access: 'TRUE'
-
- position_test_ported_jqueryui:
- path: '/position-shim-test-ported-from-jqueryui'
- defaults:
- _controller: '\Drupal\position_shim_test\Controller\PositionShimTestPortedJqueryTestsController::build'
- _title: 'ported position testing'
- requirements:
- _access: 'TRUE'