You are here

function sms_twilio_admin_form_validate in Twilio SMS Integration 7.2

Same name and namespace in other branches
  1. 6 sms_twilio.module \sms_twilio_admin_form_validate()
  2. 7 sms_twilio.module \sms_twilio_admin_form_validate()

Validates the submission of the configuration form.

File

./sms_twilio.module, line 73
Adds support for sending SMS messages using the Twilio gateway.

Code

function sms_twilio_admin_form_validate($form, &$form_state) {
}