You are here

webform_content_creator.routing.yml in Webform Content Creator 3.x

File

webform_content_creator.routing.yml
View source
  1. webform_content_creator.collection:
  2. path: '/admin/config/webform_content_creator'
  3. defaults:
  4. _entity_list: 'webform_content_creator'
  5. _title: 'Webform Content Creator'
  6. name: 'Webform Content Creator'
  7. requirements:
  8. _permission: 'access webform content creator configuration'
  9. webform_content_creator.add_form:
  10. path: '/admin/config/webform_content_creator/add'
  11. defaults:
  12. _entity_form: 'webform_content_creator.add'
  13. _title: 'Add Webform Content Creator entity'
  14. requirements:
  15. _permission: 'access webform content creator configuration'
  16. webform_content_creator.edit_form:
  17. path: '/admin/config/webform_content_creator/{webform_content_creator}'
  18. defaults:
  19. _entity_form: 'webform_content_creator.edit'
  20. _title: 'Edit Webform Content Creator entity'
  21. requirements:
  22. _permission: 'access webform content creator configuration'
  23. webform_content_creator.delete_form:
  24. path: '/admin/config/webform_content_creator/{webform_content_creator}/delete'
  25. defaults:
  26. _entity_form: 'webform_content_creator.delete'
  27. _title: 'Delete Webform Content Creator entity'
  28. requirements:
  29. _permission: 'access webform content creator configuration'
  30. webform_content_creator.manage_fields_form:
  31. path: '/admin/config/webform_content_creator/manage/{webform_content_creator}/fields'
  32. defaults:
  33. _entity_form: 'webform_content_creator.manage_fields'
  34. _title: 'Manage fields'
  35. requirements:
  36. _permission: 'access webform content creator configuration'
  37. entity.webform_content_creator.collection:
  38. path: '/admin/config/webform_content_creator'
  39. defaults:
  40. _entity_list: 'webform_content_creator'
  41. _title: 'Webform Content Creator'
  42. name: 'Webform Content Creator'
  43. requirements:
  44. _permission: 'access webform content creator configuration'
  45. entity.webform_content_creator.add_form:
  46. path: '/admin/config/webform_content_creator/add'
  47. defaults:
  48. _entity_form: 'webform_content_creator.add'
  49. _title: 'Add Webform Content Creator entity'
  50. requirements:
  51. _permission: 'access webform content creator configuration'
  52. entity.webform_content_creator.edit_form:
  53. path: '/admin/config/webform_content_creator/{webform_content_creator}'
  54. defaults:
  55. _entity_form: 'webform_content_creator.edit'
  56. _title: 'Edit Webform Content Creator entity'
  57. requirements:
  58. _permission: 'access webform content creator configuration'
  59. entity.webform_content_creator.delete_form:
  60. path: '/admin/config/webform_content_creator/{webform_content_creator}/delete'
  61. defaults:
  62. _entity_form: 'webform_content_creator.delete'
  63. _title: 'Delete Webform Content Creator entity'
  64. requirements:
  65. _permission: 'access webform content creator configuration'
  66. entity.webform_content_creator.manage_fields_form:
  67. path: '/admin/config/webform_content_creator/manage/{webform_content_creator}/fields'
  68. defaults:
  69. _entity_form: 'webform_content_creator.manage_fields'
  70. _title: 'Manage fields'
  71. requirements:
  72. _permission: 'access webform content creator configuration'