olivero_test.links.menu.yml

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/olivero_test/olivero_test.links.menu.yml
  2. 10 core/modules/system/tests/modules/olivero_test/olivero_test.links.menu.yml
core/modules/system/tests/modules/olivero_test/olivero_test.links.menu.yml

File

core/modules/system/tests/modules/olivero_test/olivero_test.links.menu.yml

View source
  1. # Create items in the Main menu.
  2. olivero_test.front_page:
  3. title: Home
  4. route_name: <front>
  5. menu_name: main
  6. weight: 100
  7. olivero_test.child:
  8. title: Child link
  9. route_name: <front>
  10. parent: olivero_test.front_page
  11. menu_name: main
  12. weight: 100
  13. olivero_test.child_child:
  14. title: Child link
  15. route_name: <front>
  16. parent: olivero_test.child
  17. menu_name: main
  18. weight: 100
  19. olivero_test.button:
  20. title: Button
  21. route_name: <button>
  22. menu_name: main
  23. weight: 200
  24. olivero_test.child_button:
  25. title: Child button link
  26. route_name: <front>
  27. parent: olivero_test.button
  28. menu_name: main
  29. weight: 100
  30. olivero_test.anchor_link:
  31. title: "⚓️ Anchor link"
  32. url: "internal:#footer"
  33. menu_name: main
  34. weight: 200
  35. olivero_test.long_item_1:
  36. title: Long long long long
  37. route_name: <front>
  38. menu_name: main
  39. weight: 200
  40. olivero_test.long_item_2:
  41. title: Long long long long
  42. route_name: <front>
  43. menu_name: main
  44. weight: 200

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.