page_example.links.menu.yml

Same filename in other branches
  1. 4.0.x modules/page_example/page_example.links.menu.yml
modules/page_example/page_example.links.menu.yml

File

modules/page_example/page_example.links.menu.yml

View source
  1. page_example.description:
  2. title: Page Example
  3. route_name: page_example.description
  4. expanded: TRUE
  5. page_example.simple:
  6. title: Simple - no arguments
  7. route_name: page_example.simple
  8. parent: page_example.description
  9. # We can't define a menu link for the page_example_arguments route, because it
  10. # requires path arguments.