You are here

sparkpost.routing.yml in Sparkpost email 8

Same filename and directory in other branches
  1. 8.2 sparkpost.routing.yml

File

sparkpost.routing.yml
View source
  1. sparkpost.settings_form:
  2. path: '/admin/config/system/sparkpost'
  3. defaults:
  4. _form: '\Drupal\sparkpost\Form\SettingsForm'
  5. _title: 'Sparkpost Settings'
  6. requirements:
  7. _permission: 'access administration pages'
  8. sparkpost.test_mail_form:
  9. path: '/admin/config/system/sparkpost/test'
  10. defaults:
  11. _form: '\Drupal\sparkpost\Form\TestMailForm'
  12. _title: 'Send test mail'
  13. requirements:
  14. _access: 'TRUE'