You are here

constant MOBILE_SWITCH_LIBRARY_FILE_NAME in Mobile Switch 7.2

Mobile Detect PHP class file name.

5 uses of MOBILE_SWITCH_LIBRARY_FILE_NAME
mobile_detect_import_settings_form in modules/mobile_detect_import/mobile_detect_import.admin.inc
Implements hook_form().
mobile_switch_libraries_info in ./mobile_switch.module
Implements hook_libraries_info().
mobile_switch_requirements in ./mobile_switch.install
Implements hook_requirements().
mobile_switch_settings_form in includes/mobile_switch.admin.inc
Form constructor for the Basic settings form.
_mobile_detect_import_import in modules/mobile_detect_import/mobile_detect_import.import.inc
Helper function to update the Mobile Detect class file.

File

./mobile_switch.module, line 18
Provides various functionalities to develop mobile ready websites.

Code

define('MOBILE_SWITCH_LIBRARY_FILE_NAME', 'Mobile_Detect.php');