You are here

yamlform_templates.routing.yml in YAML Form 8

modules/yamlform_templates/yamlform_templates.routing.yml

File

modules/yamlform_templates/yamlform_templates.routing.yml
View source
  1. entity.yamlform.templates:
  2. path: '/admin/structure/yamlform/templates'
  3. defaults:
  4. _controller: '\Drupal\yamlform_templates\Controller\YamlFormTemplatesController::index'
  5. _title: 'Forms'
  6. requirements:
  7. _custom_access: '\Drupal\yamlform\Access\YamlFormAccess::checkOverviewAccess'
  8. entity.yamlform.preview:
  9. path: '/yamlform/{yamlform}/preview'
  10. defaults:
  11. _controller: '\Drupal\yamlform_templates\Controller\YamlFormTemplatesController::previewForm'
  12. _title_callback: '\Drupal\yamlform_templates\Controller\YamlFormTemplatesController::previewtitle'
  13. requirements:
  14. _entity_access: 'yamlform.submission_page'
  15. entity.yamlform.templates.autocomplete:
  16. path: '/admin/structure/yamlform/templates/autocomplete'
  17. defaults:
  18. _controller: '\Drupal\yamlform\Controller\YamlFormController::autocomplete'
  19. templates: TRUE
  20. requirements:
  21. _custom_access: '\Drupal\yamlform\Access\YamlFormAccess::checkOverviewAccess'