constant SMS_CARRIER_DEFAULT in SMS Framework 7
Same name and namespace in other branches
- 6.2 sms.module \SMS_CARRIER_DEFAULT
3 uses of SMS_CARRIER_DEFAULT
- carrier_save in ./
sms.module - Saves a carrier to database.
- sms_carriers in ./
sms.module - Gets a list of all carriers
- sms_carriers_admin_form in ./
sms.admin.inc - Form builder for the list of sms carriers.
File
- ./
sms.module, line 42 - The core of the SMS Framework. Provides gateway management and API for sending and receiving SMS messages.
Code
define('SMS_CARRIER_DEFAULT', 0);