You are here

webform_analysis.routing.yml in Webform Analysis 8

File

webform_analysis.routing.yml
View source
  1. entity.webform.results_analysis:
  2. path: '/admin/structure/webform/manage/{webform}/results/analysis'
  3. defaults:
  4. _entity_form: webform.analysis
  5. requirements:
  6. _entity_access: webform.submission_view_any
  7. _custom_access: '\Drupal\webform\Access\WebformEntityAccess:checkResultsAccess'