sms_sendtophone.routing.yml in SMS Framework 2.x
Same filename and directory in other branches
modules/sms_sendtophone/sms_sendtophone.routing.yml
3 string references to YAML keys in sms_sendtophone.routing.yml
- FilterInlineSms::theme in modules/
sms_sendtophone/ src/ Plugin/ Filter/ FilterInlineSms.php - Themes the message using a text link.
- SmsLinkFormatter::viewElements in modules/
sms_sendtophone/ src/ Plugin/ Field/ FieldFormatter/ SmsLinkFormatter.php - Builds a renderable array for a field value.
- sms_sendtophone_node_links_alter in modules/
sms_sendtophone/ sms_sendtophone.module - Implements hook_node_links_alter().
File
modules/sms_sendtophone/sms_sendtophone.routing.ymlView source
- sms_sendtophone.page:
- path: '/sms/sendtophone/{type}/{extra}'
- defaults:
- type: null
- extra: null
- _title: 'Send to phone'
- _form: \Drupal\sms_sendtophone\Form\SendToPhoneForm
- requirements:
- _permission: 'access content'
-
- sms_sendtophone.admin_overview:
- path: /admin/config/smsframework/sendtophone
- defaults:
- _title: 'Send to phone'
- _form: \Drupal\sms_sendtophone\Form\AdminOverviewForm
- requirements:
- _permission: 'administer smsframework'