tour_example.routing.yml

Same filename in other branches
  1. 3.x modules/tour_example/tour_example.routing.yml
  2. 4.0.x modules/tour_example/tour_example.routing.yml
tour_example/tour_example.routing.yml
2 string references to YAML keys in tour_example.routing.yml
TourExampleTest::testTourExample in tour_example/tests/src/Functional/TourExampleTest.php
Main test.
_examples_toolbar_routes in ./examples.module
Get a list of toolbar links to provide.

File

tour_example/tour_example.routing.yml

View source
  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'