function sms_txtlocal_send_form in SMS Framework 6
Returns custom additions to be added to the send forms
Return value
Drupal form array
1 string reference to 'sms_txtlocal_send_form'
- sms_txtlocal_gateway_info in modules/
sms_txtlocal/ sms_txtlocal.module - Implement hook_gateway_info()
File
- modules/
sms_txtlocal/ sms_txtlocal.module, line 156 - Txtlocal gateway module for Drupal SMS Framework. Outbound+Inbound
Code
function sms_txtlocal_send_form() {
$form = array();
return $form;
}