You are here

mandrill_reports.routing.yml in Mandrill 8

modules/mandrill_reports/mandrill_reports.routing.yml

File

modules/mandrill_reports/mandrill_reports.routing.yml
View source
  1. mandrill_reports.dashboard:
  2. path: 'admin/reports/mandrill'
  3. defaults:
  4. _title: 'Mandrill Reports Dashboard'
  5. _controller: '\Drupal\mandrill_reports\Controller\MandrillReportsController::dashboard'
  6. requirements:
  7. _permission: 'view mandrill reports'
  8. mandrill_reports.summary:
  9. path: 'admin/reports/mandrill/summary'
  10. defaults:
  11. _title: 'Mandrill Account Summary'
  12. _controller: '\Drupal\mandrill_reports\Controller\MandrillReportsController::summary'
  13. requirements:
  14. _permission: 'view mandrill reports'