You are here

constant MOBILE_SWITCH_LIBRARY_VERSION_PATTERN in Mobile Switch 7.2

Mobile Detect PHP class version pattern.

2 uses of MOBILE_SWITCH_LIBRARY_VERSION_PATTERN
mobile_switch_libraries_info in ./mobile_switch.module
Implements hook_libraries_info().
_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 23
Provides various functionalities to develop mobile ready websites.

Code

define('MOBILE_SWITCH_LIBRARY_VERSION_PATTERN', '@version\\s+([0-9a-zA-Z\\.-]+)@');