You are here

Functions in Path redirect 5

Primary tabs

Namesort descending Location Description Direct uses Strings
path_redirect_action_create ./path_redirect_workflow.inc Action implementation: Create a URL redirect
path_redirect_action_create_form ./path_redirect_workflow.inc
path_redirect_action_create_submit ./path_redirect_workflow.inc
path_redirect_action_info ./path_redirect_workflow.inc Implementation of hook_action_info()
path_redirect_admin ./path_redirect.module Render a list of redirects for the main admin page. 1
path_redirect_check ./path_redirect.module If a redirect is found for the current path, perform the redirect. 1
path_redirect_condition_info ./path_redirect_workflow.inc Implementation of hook_condition_info()
path_redirect_condition_path_has_redirect ./path_redirect_workflow.inc Condition implementation: Check if the path has a redirect
path_redirect_condition_path_has_redirect_form ./path_redirect_workflow.inc
path_redirect_condition_path_has_redirect_submit ./path_redirect_workflow.inc
path_redirect_delete ./path_redirect.module Delete the specified path redirect. This will delete as specifically as possible, in order: by $rid, by ($from, $to), by $from, or by $to. Multiple redirects may be deleted if the $to parameter matches more than one entry. 2
path_redirect_delete_confirm ./path_redirect.module 1
path_redirect_delete_confirm_submit ./path_redirect.module
path_redirect_edit ./path_redirect.module Callback for add and edit pages. 1 1
path_redirect_edit_form ./path_redirect.module 1
path_redirect_edit_submit ./path_redirect.module
path_redirect_edit_validate ./path_redirect.module
path_redirect_form_alter ./path_redirect.module
path_redirect_goto ./path_redirect.module This is a copy of drupal_goto() redesigned for use during the bootstrap
path_redirect_help ./path_redirect.module Implementation of hook_help
path_redirect_install ./path_redirect.install Implementation of hook_install().
path_redirect_load ./path_redirect.module Retrieve the specified URL redirect 4
path_redirect_menu ./path_redirect.module Implementation of hook_menu
path_redirect_nodeapi ./path_redirect.module
path_redirect_node_redirects ./path_redirect.module 2
path_redirect_perm ./path_redirect.module Implementation of hook_perm
path_redirect_save ./path_redirect.module 3
path_redirect_settings ./path_redirect.module 1
path_redirect_status_codes ./path_redirect.module Return an array of 300-range status codes placed here for clarity 2
path_redirect_uninstall ./path_redirect.install Implementation of hook_uninstall().
path_redirect_update_1 ./path_redirect.install Allow longer values for path and redirect. Add a unique key on rid.
path_redirect_update_2 ./path_redirect.install Convert the type column to an integer to only store the status code.
path_redirect_update_3 ./path_redirect.install Fix a typo that could have caused the code 306 to be used mistakenly.
path_redirect_update_4 ./path_redirect.install Allow longer values for query strings fix the primary and unique keys.
path_redirect_update_5100 ./path_redirect.install Backporting schema for successful upgrades to 6.x.
theme_path_redirect_node_form_list ./path_redirect.module
_path_redirect_node_form_list ./path_redirect.module 1

Other projects