You are here

function twilio_rules_condition_number_belongs_to_user in Twilio 7

Condition: Validate if a number belongs to a user on the site.

File

./twilio.rules.inc, line 229
Rules module integration

Code

function twilio_rules_condition_number_belongs_to_user($number) {
  return twilio_verify_number($number);
}