form_api_example.links.menu.yml

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

File

modules/form_api_example/form_api_example.links.menu.yml

View source
  1. # Define default links for this module.
  2. form_api_example.description:
  3. title: Form API Examples
  4. description: Form examples using Drupal Form API.
  5. route_name: form_api_example.description
  6. expanded: TRUE
  7. form_api_example.simple_form:
  8. title: Simple form
  9. description: A simple form example with submit processing.
  10. route_name: form_api_example.simple_form
  11. parent: form_api_example.description
  12. weight: -10
  13. form_api_example.multistep_form:
  14. title: Multistep form
  15. description: Multistep form example with submit processing.
  16. route_name: form_api_example.multistep_form
  17. parent: form_api_example.description
  18. weight: -9
  19. form_api_example.input_demo:
  20. title: Common input elements
  21. description: A form to demonstrate input elements.
  22. route_name: form_api_example.input_demo
  23. parent: form_api_example.description
  24. weight: -8
  25. form_api_example.build_demo:
  26. title: Build form demo
  27. description: Demonstrates the order of firing of from controller methods.
  28. route_name: form_api_example.build_demo
  29. parent: form_api_example.description
  30. weight: -7
  31. form_api_example.container_demo:
  32. title: Container elements
  33. description: A form to demonstrate use of containers.
  34. route_name: form_api_example.container_demo
  35. parent: form_api_example.description
  36. weight: -6
  37. form_api_example.state_demo:
  38. title: Form state binding
  39. description: A form to demonstrate binding of form state.
  40. route_name: form_api_example.state_demo
  41. parent: form_api_example.description
  42. weight: -5
  43. form_api_example.vertical_tabs_demo:
  44. title: Vertical tab elements
  45. description: A form to demonstrate use of vertical tabs.
  46. route_name: form_api_example.vertical_tabs_demo
  47. parent: form_api_example.description
  48. weight: -4
  49. form_api_example.ajax_color_demo:
  50. title: Ajax form
  51. description: AJAX form demo.
  52. route_name: form_api_example.ajax_color_demo
  53. parent: form_api_example.description
  54. weight: -3
  55. form_api_example.ajax_addmore:
  56. title: Add-more button
  57. description: Form with 'add more' and 'remove' buttons.
  58. route_name: form_api_example.ajax_addmore
  59. parent: form_api_example.description
  60. weight: -2
  61. form_api_example.ajax_addremoveelements:
  62. title: Add-more and remove buttons
  63. description: Form with 'add more' button and 'remove' buttons for each element.
  64. route_name: form_api_example.ajaxaddremoveelements
  65. parent: form_api_example.description
  66. weight: -1
  67. form_api_example.modal_form:
  68. title: Modal form
  69. description: Demonstrates using Drupal's modal form.
  70. route_name: form_api_example.modal_form
  71. route_parameters:
  72. nojs: nojs
  73. parent: form_api_example.description
  74. weight: 0