tour_example.routing.yml 253 B

123456789
  1. tour_example_description:
  2. path: 'examples/tour-example'
  3. options:
  4. _admin_route: TRUE
  5. defaults:
  6. _controller: '\Drupal\tour_example\Controller\TourExampleController::description'
  7. _title: 'Tour Example'
  8. requirements:
  9. _access: 'TRUE'