theme_twilio_twiml_list |
twilio_twiml/twilio_twiml.module |
Theme function for TwiML lists. |
|
|
twilio_action_info |
./twilio.actions.inc |
Implements hook_action_info(). |
|
|
twilio_admin_form |
./twilio.admin.inc |
Administration form for twilio settings. |
|
1 |
twilio_admin_test_form |
./twilio.admin.inc |
Administrative testing form for SMS. |
|
1 |
twilio_admin_test_form_submit |
./twilio.admin.inc |
Submit handler for the administrative test message testing form. |
|
|
twilio_admin_test_form_validate |
./twilio.admin.inc |
Validation handler for the administrative test message form. |
|
|
twilio_command |
./twilio.module |
Executes a command using the Twilio REST API. |
3 |
|
twilio_country_codes |
./twilio.codes.inc |
Returns an array of E.164 international country calling codes. |
5 |
2 |
twilio_edit_access |
./twilio.module |
Access callback for twilio account editing. |
1 |
1 |
twilio_form_user_register_form_alter |
./twilio.user.inc |
Implements hook_FORMID_form_alter(). |
|
|
twilio_get_country_short_codes |
./twilio.codes.inc |
An array of country short codes with their calling codes. |
1 |
|
twilio_install |
./twilio.install |
Implements hook_install(). |
|
|
twilio_libraries_info |
./twilio.module |
Implements hook_libraries_info(). |
|
|
twilio_menu |
./twilio.module |
Implements hook_menu(). |
|
|
twilio_menu_alter |
./twilio.module |
Implements hook_menu_alter(). |
|
|
twilio_permission |
./twilio.module |
Implements hook_permission(). |
|
|
twilio_receive_message |
./twilio.module |
Callback for incoming messages. |
|
1 |
twilio_receive_voice |
./twilio.module |
Callback for incoming voice calls. |
|
1 |
twilio_register_submit |
./twilio.user.inc |
Custom submit handler for phone numbers during registration. |
|
1 |
twilio_register_validate |
./twilio.user.inc |
Custom validation function for phone numbers during registration. |
|
1 |
twilio_requirements |
./twilio.install |
Implements hook_requirements(). |
|
|
twilio_rules_action_info |
./twilio.rules.inc |
Implements hook_rules_action_info(). |
|
|
twilio_rules_action_send_sms_to_all_users |
./twilio.rules.inc |
Action: Send an SMS to all users. |
|
1 |
twilio_rules_action_send_sms_to_number |
./twilio.rules.inc |
Action: Send an SMS to a number. |
|
1 |
twilio_rules_action_send_sms_to_user |
./twilio.rules.inc |
Action: Send an SMS to a user. |
|
1 |
twilio_rules_condition_info |
./twilio.rules.inc |
Implements hook_rules_condition_info(). |
|
|
twilio_rules_condition_number_belongs_to_user |
./twilio.rules.inc |
Condition: Validate if a number belongs to a user on the site. |
|
|
twilio_rules_condition_user_has_verified_number |
./twilio.rules.inc |
Condition: Validate if the user has a verified number. |
|
|
twilio_rules_data_info |
./twilio.rules.inc |
Implements hook_rules_data_info(). |
|
|
twilio_rules_event_info |
./twilio.rules.inc |
Implements hook_event_info(). |
|
|
twilio_schema |
./twilio.install |
Implements hook_schema(). |
1 |
|
twilio_send |
./twilio.module |
Sends a message via Twilio. |
6 |
|
twilio_send_sms_to_user_action |
./twilio.actions.inc |
Callback function for sending sms to user action. |
|
|
twilio_send_sms_to_user_action_form |
./twilio.actions.inc |
Configuration form for the send sms to user action. |
|
|
twilio_send_sms_to_user_action_submit |
./twilio.actions.inc |
Submit handler for send sms to user action configuration form. |
|
|
twilio_sms_incoming |
./twilio.module |
Invokes twilio_sms_incoming hook. |
1 |
|
twilio_tokens |
./twilio.module |
Implements hook_tokens(). |
|
|
twilio_token_info |
./twilio.module |
Implements hook_token_info(). |
|
|
twilio_twiml_create |
twilio_twiml/twilio_twiml.module |
Create a TwiML entry in the DB. |
1 |
|
twilio_twiml_delete |
twilio_twiml/twilio_twiml.module |
Update a TwiML entry in the DB. |
1 |
|
twilio_twiml_delete_confirm |
twilio_twiml/twilio_twiml.admin.inc |
Form constructor for the TwiML deletion confirmation form. |
|
1 |
twilio_twiml_delete_confirm_submit |
twilio_twiml/twilio_twiml.admin.inc |
Executes TwiML deletion. |
|
|
twilio_twiml_display |
twilio_twiml/twilio_twiml.module |
Display TwiML to the screen. |
1 |
1 |
twilio_twiml_get_schema |
twilio_twiml/twilio_twiml.install |
Custom function to return our schema. |
2 |
|
twilio_twiml_install |
twilio_twiml/twilio_twiml.install |
Implements hook_install(). |
|
|
twilio_twiml_load |
twilio_twiml/twilio_twiml.module |
Load TwiML data from the DB. |
2 |
1 |
twilio_twiml_load_multiple |
twilio_twiml/twilio_twiml.module |
Load TwiML data from the DB. |
2 |
|
twilio_twiml_manager_form |
twilio_twiml/twilio_twiml.admin.inc |
TwiML Manager form. |
|
1 |
twilio_twiml_manager_form_submit |
twilio_twiml/twilio_twiml.admin.inc |
Submit callback for TwiML Manager form. |
|
|
twilio_twiml_menu |
twilio_twiml/twilio_twiml.module |
Implements hook_menu(). |
|
|