You are here

Functions in Global Redirect 6

Primary tabs

Namesort descending Location Description Direct uses Strings
globalredirect_goto ./globalredirect.module A wrapper for drupal_goto() that does not pass through if $path is an external URL. 1
globalredirect_help ./globalredirect.module Implements hook_help().
globalredirect_init ./globalredirect.module Implements hook_init().
globalredirect_is_cli ./globalredirect.module Drupal 6 backport of drupal_is_cli(). 1
globalredirect_menu ./globalredirect.module Implements hook_menu().
globalredirect_settings ./globalredirect.admin.inc Function to generate the form setting array 8
globalredirect_settings_submit_reset ./globalredirect.admin.inc Reset submit handler for the globalredirect_settings form. This simply deletes any overridden settings which forces the system to fallback to defaults 1
globalredirect_settings_submit_save ./globalredirect.admin.inc Save submit handler for the globalredirect_settings form. Compares the submitted settings to the defaults and unsets any that are equal. This was we only store overrides. 1
globalredirect_uninstall ./globalredirect.install Implements hook_uninstall().
globalredirect_update_6100 ./globalredirect.install Fixed misspelled variable name.
globalredirect_update_6101 ./globalredirect.install
globalredirect_url_is_external ./globalredirect.module Check if a path is external (e.g. http://example.com). 1
_globalredirect_get_settings ./globalredirect.module Return the settings with any defaults mapped over the top 5
_globalredirect_is_active ./globalredirect.module Internal function to determine if GlobalRedirect is active. Several rules have to be checked prior to execution, such as an empty post array, the site must be online and we cannot be running in CLI mode (eg Drush). 1

Other projects