cache_clear_all |
./mobile_tools_cache.inc |
Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page and cache_block tables. |
|
|
cache_get |
./mobile_tools_cache.inc |
Return data from the persistent cache. Data may be stored as either plain text or as serialized data.
cache_get will automatically return unserialized objects and arrays. |
|
|
cache_rewrite_cid |
./mobile_tools_cache.inc |
Rewriting the cid support the usage of caching with mobile tools when using theme switching
for several device groups |
2 |
|
cache_set |
./mobile_tools_cache.inc |
Store data in the persistent cache. |
|
|
hook_detect_mobile_device |
./mobile_tools.api.php |
Detect mobile devices. |
|
|
hook_determine_device_capability |
./mobile_tools.api.php |
Determine device capabilities. |
|
|
hook_device_groups_info |
./mobile_tools.api.php |
Group similar devices together. |
|
|
hook_is_mobile_site |
./mobile_tools.api.php |
Determine whether the user is viewing the desktop or the mobile site. |
|
|
mobile_device_tester_mail |
modules/mobile_device_tester/mobile_device_tester.module |
Mailing the report |
|
|
mobile_device_tester_menu |
modules/mobile_device_tester/mobile_device_tester.module |
|
|
|
mobile_device_tester_perm |
modules/mobile_device_tester/mobile_device_tester.module |
|
|
|
mobile_device_tester_report_form |
modules/mobile_device_tester/mobile_device_tester.module |
Reporting form |
|
1 |
mobile_device_tester_report_form_submit |
modules/mobile_device_tester/mobile_device_tester.module |
Submission of the test form |
|
|
mobile_device_tester_theme |
modules/mobile_device_tester/mobile_device_tester.module |
Implementation of hook_theme |
|
|
mobile_tools_block |
./mobile_tools.module |
Implementation of hook_block(). |
|
|
mobile_tools_boot |
./mobile_tools.module |
Implementation of hook_boot(). |
|
|
mobile_tools_configuration_form |
./mobile_tools.admin.inc |
Configuration form. |
|
1 |
mobile_tools_configuration_form_validate |
./mobile_tools.admin.inc |
Validation of the system settings form |
|
|
mobile_tools_content_build_modes |
./mobile_tools.module |
Implementation of hook_content_build_modes(). |
|
|
mobile_tools_context_plugins |
./mobile_tools.module |
Implementation of hook_context_plugins(). |
|
|
mobile_tools_context_registry |
./mobile_tools.module |
Implementation of hook_context_registry(). |
|
|
mobile_tools_create_mobile_url |
./mobile_tools.module |
Helper function to assist in making a mobile url (m.*) from a given url |
2 |
|
mobile_tools_ctools_plugin_directory |
./mobile_tools.module |
Implementation of hook_ctools_plugin_directory(). |
|
|
mobile_tools_detection_detect_mobile_device |
modules/mobile_tools_detection/mobile_tools_detection.module |
Implementation of hook_detect_mobile_device(). |
1 |
|
mobile_tools_detection_device_groups_info |
modules/mobile_tools_detection/mobile_tools_detection.module |
Implementation of the hook_device_groups_info(). |
|
|
mobile_tools_detection_is_mobile_site |
modules/mobile_tools_detection/mobile_tools_detection.module |
Implementatation of hook_is_mobile_site(). |
|
|
mobile_tools_devicecapability |
./mobile_tools.module |
Inspect a certain capability of the current user agent. |
|
|
mobile_tools_device_groups |
./mobile_tools.module |
Get a list of device groups. |
3 |
|
mobile_tools_device_redirect |
./mobile_tools.module |
This function is in charge of redirection or displaying a notification. |
1 |
|
mobile_tools_external_modules_configuration_form |
./mobile_tools.admin.inc |
Configuration of external modules |
|
1 |
mobile_tools_get_device |
./mobile_tools.module |
Get $device object. |
2 |
|
mobile_tools_get_module_names |
./mobile_tools.admin.inc |
Return the human readable name of the modules |
1 |
|
mobile_tools_get_redirect_url |
./mobile_tools.module |
Creation of the redirect url. Special care to create the correct url that will
cause the Global Redirect module not to redirect! |
1 |
|
mobile_tools_goto |
./mobile_tools.module |
Copy of drupal_goto, since this is called in hook_boot, while the function is not yet available |
1 |
|
mobile_tools_help |
./mobile_tools.module |
Implementation of hook_help(). |
|
|
mobile_tools_init |
./mobile_tools.module |
Implementation of hook_init(). |
|
|
mobile_tools_install |
./mobile_tools.install |
Implementation of hook_install(). |
|
|
mobile_tools_is_mobile_ctools_access |
plugins/access/is_mobile.inc |
Implementation of specially named hook_ctools_access(). |
|
|
mobile_tools_is_mobile_ctools_access_check |
plugins/access/is_mobile.inc |
Check for access. |
|
1 |
mobile_tools_is_mobile_ctools_access_settings |
plugins/access/is_mobile.inc |
Settings form for the 'by perm' access plugin |
|
1 |
mobile_tools_is_mobile_ctools_acesss_summary |
plugins/access/is_mobile.inc |
Provide a summary description based upon the checked roles. |
|
1 |
mobile_tools_is_mobile_device |
./mobile_tools.module |
Determine if the current user agent represents a mobile device. |
2 |
|
mobile_tools_menu |
./mobile_tools.module |
Implementation of hook_menu(). |
|
|
mobile_tools_menu_link_access |
./mobile_tools.module |
Access function for the mobile tools menu links. It decides on which link to shown. |
|
1 |
mobile_tools_menu_link_to_arg |
./mobile_tools.module |
Implementation of %mobile_tools_menu_link. |
|
|
mobile_tools_menu_switch_site |
./mobile_tools.module |
Redirect the user to the right path. |
|
1 |
mobile_tools_nodeapi |
./mobile_tools.module |
Implementation of hook_nodeapi(). |
|
|
mobile_tools_perm |
./mobile_tools.module |
Implementation of hook_perm(). |
|
|
mobile_tools_preprocess_page |
./mobile_tools.module |
Implementation of template_preprocess_page(). |
|
|
mobile_tools_requirements |
./mobile_tools.install |
Implementation of hook_requirements(). |
|
|