You are here

webform_test_editorial.routing.yml in Webform 6.x

tests/modules/webform_test_editorial/webform_test_editorial.routing.yml

File

tests/modules/webform_test_editorial/webform_test_editorial.routing.yml
View source
  1. webform_test_editorial.index:
  2. path: '/admin/structure/webform/editorial'
  3. defaults:
  4. _controller: '\Drupal\webform_test_editorial\Controller\WebformTestEditorialController::index'
  5. _title: 'Webform: Editorial'
  6. requirements:
  7. _permission: 'administer webform'
  8. webform_test_editorial.help:
  9. path: '/admin/structure/webform/editorial/help'
  10. defaults:
  11. _controller: '\Drupal\webform_test_editorial\Controller\WebformTestEditorialController::help'
  12. _title: 'Help'
  13. requirements:
  14. _permission: 'administer webform'
  15. webform_test_editorial.videos:
  16. path: '/admin/structure/webform/editorial/videos'
  17. defaults:
  18. _controller: '\Drupal\webform_test_editorial\Controller\WebformTestEditorialController::videos'
  19. _title: 'Videos'
  20. requirements:
  21. _permission: 'administer webform'
  22. webform_test_editorial.elements:
  23. path: '/admin/structure/webform/editorial/elements'
  24. defaults:
  25. _controller: '\Drupal\webform_test_editorial\Controller\WebformTestEditorialController::elements'
  26. _title: 'Help'
  27. requirements:
  28. _permission: 'administer webform'
  29. webform_test_editorial.libraries:
  30. path: '/admin/structure/webform/editorial/libraries'
  31. defaults:
  32. _controller: '\Drupal\webform_test_editorial\Controller\WebformTestEditorialController::libraries'
  33. _title: 'Libraries'
  34. requirements:
  35. _permission: 'administer webform'
  36. webform_test_editorial.schema:
  37. path: '/admin/structure/webform/editorial/schema'
  38. defaults:
  39. _controller: '\Drupal\webform_test_editorial\Controller\WebformTestEditorialController::schema'
  40. _title: 'Schema'
  41. requirements:
  42. _permission: 'administer webform'
  43. webform_test_editorial.drush:
  44. path: '/admin/structure/webform/editorial/drush'
  45. defaults:
  46. _controller: '\Drupal\webform_test_editorial\Controller\WebformTestEditorialController::drush'
  47. _title: 'Schema'
  48. requirements:
  49. _permission: 'administer webform'