mobile_tools_block |
./mobile_tools.module |
Implementation of hook_block()
Provides the blocks that can be used to show a message to the user to go to the
mobile or desktop version. |
|
|
mobile_tools_compatibility |
./mobile_tools.module |
|
|
|
mobile_tools_create_mobile_url |
./mobile_tools.module |
Helper function to assist in making a mobile url (m.*) from a given url |
5 |
|
mobile_tools_detection_boot |
./mobile_tools.module |
Being called in the hook_init() implementation
This function is in charge of device detection, redirection or displaying a notification |
1 |
|
mobile_tools_detection_configuration_form |
./mobile_tools.module |
Configuration form for the mobile device detection, redirection and notification |
|
1 |
mobile_tools_detection_configuration_options |
./mobile_tools.module |
Helper function to return the configuration options |
1 |
|
mobile_tools_devicecapability |
./mobile_tools.module |
Implementation of hook_devicecapability()
This default implementation invokes the responsible module |
|
|
mobile_tools_device_groups |
./mobile_tools.module |
implementation of the hook_device_groups()
This function returns the different device groups where this module can make a distinction for. This can be used
to select different themes for different device groups. |
|
|
mobile_tools_edit_mobile_role |
./mobile_tools.module |
Function helping in saving and deleting the mobile roles |
2 |
|
mobile_tools_exit |
./mobile_tools.module |
Implementation of hook_exit() |
|
|
mobile_tools_form_alter |
./mobile_tools.module |
Altering the form for theme configuration to indicate that the theme is being used
as a mobile theme. |
|
|
mobile_tools_get_device |
./mobile_tools.module |
Helper function retrieving the device |
|
|
mobile_tools_get_module_names |
./mobile_tools.module |
Helper function to retrieve the name of the module that implements a hook |
1 |
|
mobile_tools_goto |
./mobile_tools.module |
|
1 |
|
mobile_tools_help |
./mobile_tools.module |
Implementation of hook_help($section). |
|
|
mobile_tools_init |
./mobile_tools.module |
Implementation of hook_boot(). |
|
|
mobile_tools_install |
./mobile_tools.install |
Implementation of hook_install() |
|
|
mobile_tools_is_mobile_device |
./mobile_tools.module |
Implementation of hook_is_mobile_device() |
|
|
mobile_tools_is_mobile_site |
./mobile_tools.module |
Detection of the site type . the values comes out the configuration form. |
1 |
|
mobile_tools_list_theme_names |
./mobile_tools.module |
Function returning the available themes |
1 |
|
mobile_tools_menu |
./mobile_tools.module |
Implementation of hook_menu(). |
|
|
mobile_tools_node_configuration_submit |
./mobile_tools.module |
Implementation of hook_submit() |
|
|
mobile_tools_notification_help |
./mobile_tools.module |
|
1 |
|
mobile_tools_perm |
./mobile_tools.module |
Implementation of hook_perm(). |
|
|
mobile_tools_prepare_url |
./mobile_tools.module |
This function does some kind of normalisation of the urls when there is no subdomain available in the url
e.g. domain.com becomes www.domain.com . this is because sometimes both www.domain.com and domain.com are the same |
1 |
|
mobile_tools_roles_configuration_form |
./mobile_tools.module |
Configuration form for configuring the mobile context in the permission system |
|
1 |
mobile_tools_roles_configuration_form_submit |
./mobile_tools.module |
Implementation of hook_submit(). |
|
|
mobile_tools_roles_configuration_submit |
./mobile_tools.module |
Implementation of hook_submit() |
|
|
mobile_tools_roles_info |
./mobile_tools.module |
Function helping in getting information for each role: |
6 |
|
mobile_tools_roles_init |
./mobile_tools.module |
Being called in the hook_init() implementation
This function is in charge of changing the user role |
1 |
|
mobile_tools_roles_overview |
./mobile_tools.module |
|
1 |
|
mobile_tools_site_type_options |
./mobile_tools.module |
Helper function to return the options for definition of the Drupal usage |
|
|
mobile_tools_themes_configuration_form |
./mobile_tools.module |
Configuration form for configuring the mobile context in the theming system |
|
1 |
mobile_tools_themes_init |
./mobile_tools.module |
Being called in the hook_init() implementation
This function is in charge of changing to the mobile theme |
1 |
|
mobile_tools_token_values |
./mobile_tools.module |
Implementation of the hook_token_values(). |
|
|
mobile_tools_uninstall |
./mobile_tools.install |
Implementation of hook_uninstall() |
|
|
mobile_tools_user |
./mobile_tools.module |
Implementation of the user_load function to assure that the right role is being assigned to the user.
This is the same actions as in the hook_init() method |
|
|
mobile_tools_user_roles |
./mobile_tools.module |
Helper function to return the user roles |
1 |
|
mt_browscap_device_groups |
contrib/mt_browscap/mt_browscap.module |
Implementation of hook_device_groups() as provided by Mobile Tools module |
1 |
|
mt_browscap_is_mobile_device |
contrib/mt_browscap/mt_browscap.module |
Implementation of hook_is_mobile_device() provide by Mobile Tools module |
|
|
_mobile_tools_external |
./mobile_tools.module |
Help function that retrieves the modules that implement the
hook_is_mobile_device() or hook_is_mobile_site() hooks. |
1 |
|
_mobile_tools_message |
./mobile_tools.module |
Helper function returning the configurable message for the notification |
1 |
|
_mobile_tools_site_detection |
./mobile_tools.module |
|
1 |
|