You are here

webform.links.task.yml in Webform 8.5

Same filename and directory in other branches
  1. 6.x webform.links.task.yml

File

webform.links.task.yml
View source
  1. # Manage
  2. entity.webform.collection:
  3. title: 'Forms'
  4. route_name: entity.webform.collection
  5. base_route: entity.webform.collection
  6. weight: 0
  7. # Templates have weight: 10. @see webform_templates.links.task.yml
  8. entity.webform_submission.collection:
  9. title: 'Submissions'
  10. route_name: entity.webform_submission.collection
  11. base_route: entity.webform.collection
  12. weight: 20
  13. entity.webform_submission.collection_manage:
  14. title: 'Manage'
  15. route_name: entity.webform_submission.collection
  16. parent_id: entity.webform_submission.collection
  17. weight: 0
  18. entity.webform_submission.collection_purge:
  19. title: 'Purge'
  20. route_name: entity.webform_submission.collection_purge
  21. parent_id: entity.webform_submission.collection
  22. weight: 10
  23. # Options.
  24. webform.options:
  25. title: 'Options'
  26. route_name: entity.webform_options.collection
  27. base_route: entity.webform.collection
  28. weight: 25
  29. webform.config.options:
  30. title: 'Options'
  31. route_name: entity.webform_options.collection
  32. parent_id: webform.options
  33. weight: 0
  34. # Configuration.
  35. webform.config:
  36. title: 'Configuration'
  37. route_name: webform.config
  38. base_route: entity.webform.collection
  39. weight: 30
  40. webform.config.forms:
  41. title: 'Forms'
  42. route_name: webform.config
  43. parent_id: webform.config
  44. weight: 10
  45. webform.config.elements:
  46. title: 'Elements'
  47. route_name: webform.config.elements
  48. parent_id: webform.config
  49. weight: 20
  50. webform.config.submissions:
  51. title: 'Submissions'
  52. route_name: webform.config.submissions
  53. parent_id: webform.config
  54. weight: 40
  55. webform.config.handlers:
  56. title: 'Handlers'
  57. route_name: webform.config.handlers
  58. parent_id: webform.config
  59. weight: 50
  60. webform.config.variants:
  61. title: 'Variants'
  62. route_name: webform.config.variants
  63. parent_id: webform.config
  64. weight: 55
  65. webform.config.exporters:
  66. title: 'Exporters'
  67. route_name: webform.config.exporters
  68. parent_id: webform.config
  69. weight: 60
  70. webform.config.libraries:
  71. title: 'Libraries'
  72. route_name: webform.config.libraries
  73. parent_id: webform.config
  74. weight: 70
  75. webform.config.advanced:
  76. title: 'Advanced'
  77. route_name: webform.config.advanced
  78. parent_id: webform.config
  79. weight: 100
  80. webform.addons:
  81. title: 'Add-ons'
  82. route_name: webform.addons
  83. base_route: entity.webform.collection
  84. weight: 50
  85. webform.help:
  86. title: 'Help'
  87. route_name: webform.help
  88. base_route: entity.webform.collection
  89. weight: 60
  90. # Form
  91. entity.webform.canonical:
  92. title: 'View'
  93. route_name: entity.webform.canonical
  94. base_route: entity.webform.canonical
  95. weight: 0
  96. # Webform test.
  97. entity.webform.test_form:
  98. title: 'Test'
  99. route_name: entity.webform.test_form
  100. base_route: entity.webform.canonical
  101. weight: 10
  102. # Webform results.
  103. entity.webform.results:
  104. title: 'Results'
  105. route_name: entity.webform.results_submissions
  106. base_route: entity.webform.canonical
  107. weight: 20
  108. entity.webform.results_submissions:
  109. title: 'Submissions'
  110. route_name: entity.webform.results_submissions
  111. parent_id: entity.webform.results
  112. weight: 0
  113. entity.webform.results_export:
  114. title: 'Download'
  115. route_name: entity.webform.results_export
  116. parent_id: entity.webform.results
  117. weight: 10
  118. entity.webform.results_clear:
  119. title: 'Clear'
  120. route_name: entity.webform.results_clear
  121. parent_id: entity.webform.results
  122. weight: 20
  123. # Webform edit (build).
  124. entity.webform.edit_form:
  125. title: 'Build'
  126. route_name: entity.webform.edit_form
  127. base_route: entity.webform.canonical
  128. weight: 30
  129. # Webform settings.
  130. entity.webform.settings:
  131. title: 'Settings'
  132. route_name: entity.webform.settings
  133. base_route: entity.webform.canonical
  134. weight: 40
  135. entity.webform.settings_general:
  136. title: 'General'
  137. route_name: entity.webform.settings
  138. parent_id: entity.webform.settings
  139. weight: 0
  140. entity.webform.settings_form:
  141. title: 'Form'
  142. route_name: entity.webform.settings_form
  143. parent_id: entity.webform.settings
  144. weight: 10
  145. entity.webform.settings_submissions:
  146. title: 'Submissions'
  147. route_name: entity.webform.settings_submissions
  148. parent_id: entity.webform.settings
  149. weight: 20
  150. entity.webform.settings_confirmation:
  151. title: 'Confirmation'
  152. route_name: entity.webform.settings_confirmation
  153. parent_id: entity.webform.settings
  154. weight: 30
  155. entity.webform.settings_handlers:
  156. title: 'Emails / Handlers'
  157. route_name: entity.webform.handlers
  158. parent_id: entity.webform.settings
  159. weight: 40
  160. entity.webform.settings_assets:
  161. title: 'CSS / JS'
  162. route_name: entity.webform.settings_assets
  163. parent_id: entity.webform.settings
  164. weight: 50
  165. entity.webform.settings_access:
  166. title: 'Access'
  167. route_name: entity.webform.settings_access
  168. parent_id: entity.webform.settings
  169. weight: 60
  170. # Webform variants.
  171. entity.webform.variants:
  172. title: 'Variants'
  173. route_name: entity.webform.variants
  174. base_route: entity.webform.canonical
  175. weight: 45
  176. # Export
  177. entity.webform.export:
  178. title: 'Export'
  179. route_name: entity.webform.export_form
  180. base_route: entity.webform.canonical
  181. weight: 60
  182. entity.webform.export_form:
  183. title: 'Config'
  184. route_name: entity.webform.export_form
  185. parent_id: entity.webform.export
  186. base_route: entity.webform.canonical
  187. weight: 0
  188. # Submission
  189. entity.webform_submission.canonical:
  190. title: 'View'
  191. route_name: entity.webform_submission.canonical
  192. base_route: entity.webform_submission.canonical
  193. weight: 0
  194. entity.webform_submission.html:
  195. title: 'HTML'
  196. route_name: entity.webform_submission.canonical
  197. parent_id: entity.webform_submission.canonical
  198. weight: 10
  199. entity.webform_submission.table:
  200. title: 'Table'
  201. route_name: entity.webform_submission.table
  202. parent_id: entity.webform_submission.canonical
  203. weight: 20
  204. entity.webform_submission.text:
  205. title: 'Plain text'
  206. route_name: entity.webform_submission.text
  207. parent_id: entity.webform_submission.canonical
  208. weight: 30
  209. entity.webform_submission.yaml:
  210. title: 'Data (YAML)'
  211. route_name: entity.webform_submission.yaml
  212. parent_id: entity.webform_submission.canonical
  213. weight: 40
  214. entity.webform_submission.edit_form:
  215. title: 'Edit'
  216. route_name: entity.webform_submission.edit_form
  217. base_route: entity.webform_submission.canonical
  218. weight: 10
  219. entity.webform_submission.edit_form.page:
  220. title: 'Pages'
  221. route_name: entity.webform_submission.edit_form
  222. parent_id: entity.webform_submission.edit_form
  223. weight: 0
  224. entity.webform_submission.edit_form.all:
  225. title: 'All'
  226. route_name: entity.webform_submission.edit_form.all
  227. parent_id: entity.webform_submission.edit_form
  228. weight: 10
  229. entity.webform_submission.notes_form:
  230. title: 'Notes'
  231. route_name: entity.webform_submission.notes_form
  232. base_route: entity.webform_submission.canonical
  233. weight: 20
  234. entity.webform_submission.resend_form:
  235. title: 'Resend'
  236. route_name: entity.webform_submission.resend_form
  237. base_route: entity.webform_submission.canonical
  238. weight: 30
  239. # User Submission
  240. entity.webform.user.submission:
  241. title: 'View'
  242. route_name: entity.webform.user.submission
  243. base_route: entity.webform.user.submission
  244. weight: 0
  245. entity.webform.user.submission.edit:
  246. title: 'Edit'
  247. route_name: entity.webform.user.submission.edit
  248. base_route: entity.webform.user.submission
  249. weight: 10
  250. entity.webform.user.submission.duplicate:
  251. title: 'Duplicate'
  252. route_name: entity.webform.user.submission.duplicate
  253. base_route: entity.webform.user.submission
  254. weight: 20
  255. # Webform Plugins.
  256. webform.reports_plugins.elements:
  257. title: 'Elements'
  258. route_name: webform.reports_plugins.elements
  259. base_route: webform.reports_plugins.elements
  260. weight: 0
  261. webform.reports_plugins.handlers:
  262. title: 'Handlers'
  263. route_name: webform.reports_plugins.handlers
  264. base_route: webform.reports_plugins.elements
  265. weight: 10
  266. webform.reports_plugins.variants:
  267. title: 'Variants'
  268. route_name: webform.reports_plugins.variants
  269. base_route: webform.reports_plugins.elements
  270. weight: 15
  271. webform.reports_plugins.exporters:
  272. title: 'Exporters'
  273. route_name: webform.reports_plugins.exporters
  274. base_route: webform.reports_plugins.elements
  275. weight: 20
  276. # User Submissions.
  277. entity.webform_submission.user:
  278. title: 'Submissions'
  279. route_name: entity.webform_submission.user
  280. base_route: entity.user.canonical