You are here

sms_sendtophone.routing.yml in SMS Framework 2.1.x

modules/sms_sendtophone/sms_sendtophone.routing.yml

File

modules/sms_sendtophone/sms_sendtophone.routing.yml
View source
  1. sms_sendtophone.page:
  2. path: '/sms/sendtophone/{type}/{extra}'
  3. defaults:
  4. type: null
  5. extra: null
  6. _title: 'Send to phone'
  7. _form: \Drupal\sms_sendtophone\Form\SendToPhoneForm
  8. requirements:
  9. _permission: 'access content'
  10. sms_sendtophone.admin_overview:
  11. path: /admin/config/smsframework/sendtophone
  12. defaults:
  13. _title: 'Send to phone'
  14. _form: \Drupal\sms_sendtophone\Form\AdminOverviewForm
  15. requirements:
  16. _permission: 'administer smsframework'