tour_test.routing.yml

drupal/core/modules/tour/tests/tour_test/tour_test.routing.yml
1 string reference to YAML keys in tour_test.routing.yml
tour_test_menu in drupal/core/modules/tour/tests/tour_test/tour_test.module
Implements hook_menu().

File

drupal/core/modules/tour/tests/tour_test/tour_test.routing.yml
View source
  1. tour_test_1:
  2. pattern : 'tour-test-1'
  3. defaults:
  4. _content: '\Drupal\tour_test\Controller\TourTestController::tourTest1'
  5. requirements:
  6. _access: 'TRUE'
  7. tour_test_2:
  8. pattern : 'tour-test-2/subpath'
  9. defaults:
  10. _content: '\Drupal\tour_test\Controller\TourTestController::tourTest2'
  11. requirements:
  12. _access: 'TRUE'