You are here

menu_router_test.routing.yml in Site Audit 8.2

tests/menu_router_test/menu_router_test.routing.yml

File

tests/menu_router_test/menu_router_test.routing.yml
View source
  1. example.content:
  2. path: '/example'
  3. defaults:
  4. _controller: 'phpinfo'
  5. _title_callback: 'fopen'
  6. filename: 'myfile'
  7. mode: 'r'
  8. what: 1
  9. _title: 'Hello World'
  10. requirements:
  11. _permission: 'access content'