You are here

Functions in Go - url redirects 7

Primary tabs

Namesort descending Location Description Direct uses Strings
gotwo_add_form ./gotwo.admin.inc Manually add a go redirect. 1
gotwo_add_form_submit ./gotwo.admin.inc Go redirect has been submitted.
gotwo_admin_settings_form ./gotwo.admin.inc Implements hook_settings(). 1
gotwo_delete_form ./gotwo.admin.inc Build delete form. 1
gotwo_delete_form_submit ./gotwo.admin.inc Delete redirect form has been submitted.
gotwo_filter_info ./gotwo.module Implements hook_filter_info().
gotwo_load ./gotwo.module Menu helper function to verify if gotwo id exists.
gotwo_menu ./gotwo.module Implements hook_menu().
gotwo_permission ./gotwo.module Implements hook_permission().
gotwo_reset_form ./gotwo.admin.inc Create confirmation form for click counter item reset. 1
gotwo_reset_form_submit ./gotwo.admin.inc Form submit handler for click counter item reset.
gotwo_schema ./gotwo.install Implements hook_schema().
gotwo_uninstall ./gotwo.install Implements hook_uninstall().
gotwo_update_6100 ./gotwo.install Update the permissions table, to reflect changes to hook_perm.
gotwo_update_6101 ./gotwo.install Change 'gid' column to auto increment.
gotwo_update_6102 ./gotwo.install Extend the length of 'dst' column to 255.
gotwo_update_7100 ./gotwo.install Validate maximum length of target labels setting.
gotwo_update_7101 ./gotwo.install Extend the length of 'dst' column to 2048.
_gotwo_cleanstring ./gotwo.module Mangle the input for url friendlyness. Based on pathauto_cleanstring from pathauto.module 1
_gotwo_do_redir ./gotwo.module Redirect the user to the given location. 1
_gotwo_element_max_length_validate ./gotwo.module Element settings validation. 1
_gotwo_get ./gotwo.module Return the GO object url for a given link. 2
_gotwo_get_url ./gotwo.module Return the GO url for a given link. 1
_gotwo_link ./gotwo.module Process callback for the GO filter. 1
_gotwo_link_tips ./gotwo.module Filter tips callback for GO filter. 1
_gotwo_list ./gotwo.admin.inc Shows the list of go redirects. 1

Other projects