function sms_twilio_admin_form_validate in Twilio SMS Integration 6
Same name and namespace in other branches
- 7.2 sms_twilio.module \sms_twilio_admin_form_validate()
- 7 sms_twilio.module \sms_twilio_admin_form_validate()
Validates the submission of the configuration form.
File
- ./
sms_twilio.module, line 66 - Adds support for sending SMS messages using the Twilio gateway.
Code
function sms_twilio_admin_form_validate($form, &$form_state) {
}