You are here

constant SMS_USER_PENDING in SMS Framework 7

Same name and namespace in other branches
  1. 5 modules/sms_user/sms_user.module \SMS_USER_PENDING
  2. 6.2 modules/sms_user/sms_user.module \SMS_USER_PENDING
  3. 6 modules/sms_user/sms_user.module \SMS_USER_PENDING
5 uses of SMS_USER_PENDING
entity_property_sms_user_get_properties in modules/sms_user/sms_user.module
Gets properties for the sms_user_entity_property_info_alter() function.
sms_user_handler_field_status::render in modules/sms_user/includes/sms_user_handler_field_status.inc
Render the field.
sms_user_send_confirmation in modules/sms_user/sms_user.module
Sends confirmation code to user for number verification.
sms_user_settings in modules/sms_user/sms_user.module
Menu callback for user profile settings form.
sms_user_user_view in modules/sms_user/sms_user.module
Implements hook_user_view().

File

modules/sms_user/sms_user.module, line 9
Provides integration between the SMS Framework and Drupal users.

Code

define('SMS_USER_PENDING', 1);