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