smsplatform-1.0.x-dev/modules/smsplatform_sendtophone/smsplatform_sendtophone.routing.yml
modules/smsplatform_sendtophone/smsplatform_sendtophone.routing.yml
smsplatform_sendtophone.page:
path: '/sms/sendtophone/{type}/{extra}'
defaults:
type: null
extra: null
_title: 'Send to phone'
_form: \Drupal\smsplatform_sendtophone\Form\SendToPhoneForm
requirements:
_permission: 'access content'
smsplatform_sendtophone.admin_overview:
path: /admin/config/sms/sendtophone
defaults:
_title: 'Send to phone'
_form: \Drupal\smsplatform_sendtophone\Form\AdminOverviewForm
requirements:
_permission: 'administer sms platform'
