Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / web / core / modules / tour / tests / tour_test / tour_test.routing.yml
1 tour_test.1:
2   path: '/tour-test-1'
3   defaults:
4     _controller: '\Drupal\tour_test\Controller\TourTestController::tourTest1'
5   options:
6     _admin_route: TRUE
7   requirements:
8     _access: 'TRUE'
9
10 tour_test.1_action:
11   path: '/tour-test-1/action'
12   defaults:
13     _controller: '\Drupal\tour_test\Controller\TourTestController::tourTest1'
14   requirements:
15     _access: 'TRUE'
16
17 tour_test.2:
18   path: '/tour-test-2/subpath'
19   defaults:
20     _controller: '\Drupal\tour_test\Controller\TourTestController::tourTest2'
21   requirements:
22     _access: 'TRUE'
23
24 tour_test.3:
25   path: '/tour-test-3/{locale}'
26   defaults:
27     locale: 'foo'
28     _controller: '\Drupal\tour_test\Controller\TourTestController::tourTest1'
29   requirements:
30     _access: 'TRUE'