constant SMS_DIR_ALL in SMS Framework 7
Same name and namespace in other branches
- 6.2 sms.module \SMS_DIR_ALL
- 6 sms.module \SMS_DIR_ALL
5 uses of SMS_DIR_ALL
- SmsValidWebTest::testCrudSmsValidRulesets in modules/
sms_valid/ sms_valid.test - Tests the creation, update and deletion of sms_valid rulesets.
- SmsValidWebTest::testSmsValidFunctions in modules/
sms_valid/ sms_valid.test - Tests the internal sms_valid functions.
- sms_dir in ./
sms.module - Returns a direction code
- sms_track_archive_write in modules/
sms_track/ sms_track.module - Writes a record to the DB table.
- sms_valid_ruleset_is_enabled in modules/
sms_valid/ sms_valid.module - Checks what directions are enabled for a ruleset.
File
- ./
sms.module, line 13 - The core of the SMS Framework. Provides gateway management and API for sending and receiving SMS messages.
Code
define('SMS_DIR_ALL', 4);