position_shim_test.routing.yml
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ position_shim_test/ position_shim_test.routing.yml
View 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'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.