constant MOBILE_NUMBER_DEFAULT_SMS_MESSAGE in Mobile Number 7
7 uses of MOBILE_NUMBER_DEFAULT_SMS_MESSAGE
- MobileNumberTfa::sendCode in src/
MobileNumberTfa.php - Send the code via the client.
- mobile_number_element_info in ./
mobile_number.module - Implements hook_element_info().
- mobile_number_element_process in ./
mobile_number.module - Mobile number element process callback.
- mobile_number_field_widget_info in ./
mobile_number.module - Implements hook_field_widget_info().
- mobile_number_field_widget_settings_form in ./
mobile_number.module - Implements hook_field_widget_settings_form().
File
- ./
mobile_number.module, line 11 - mobile_number.module
Code
define('MOBILE_NUMBER_DEFAULT_SMS_MESSAGE', "Your verification code from !site_name:\n!code");