position_shim_test.routing.yml

Same filename in other branches
  1. 10 core/modules/system/tests/modules/position_shim_test/position_shim_test.routing.yml
  2. 11.x core/modules/system/tests/modules/position_shim_test/position_shim_test.routing.yml
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'

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