You are here

Functions in Taxonomy Redirect 6

Primary tabs

Namesort descending Location Description Direct uses Strings
taxonomy_redirect_default_term_path ./taxonomy_redirect.module Builds the default taxonomy_redirect term path. Can be overridden by the creation of a taxonomy_redirect_custom_term_path function 1
taxonomy_redirect_disable ./taxonomy_redirect.install Implementation of hook_disable().
taxonomy_redirect_enable ./taxonomy_redirect.install Implementation of hook_enable().
taxonomy_redirect_filter_empty_lines ./taxonomy_redirect.module Function that removes empty entries from the array containing strings for removal. 2
taxonomy_redirect_get_all_filter_formats ./taxonomy_redirect.module Helper function to return an array of all input filters 1
taxonomy_redirect_get_php_filter ./taxonomy_redirect.module Function that returns the format value of the PHP Code filter or zero if it doesn't exist. 4
taxonomy_redirect_get_php_nid_variable ./taxonomy_redirect.module Helper function that gets the nid of the node that the taxonomy term link is currently being printed on. It uses debug backtrace to go back and get the nid from a previous function call. 1
taxonomy_redirect_help ./taxonomy_redirect.module Implementation of hook_help().
taxonomy_redirect_install ./taxonomy_redirect.install Implementation of hook_install().
taxonomy_redirect_menu ./taxonomy_redirect.module Implementation of hook_menu().
taxonomy_redirect_redirects_form ./taxonomy_redirect.module Redirects form 1
taxonomy_redirect_redirects_form_submit_handler ./taxonomy_redirect.module Implementation of hook_submit for taxonomy_redirect_admin form. 1
taxonomy_redirect_redirects_form_validate ./taxonomy_redirect.module Implementation of hook_validate for taxonomy_redirect_admin form.
taxonomy_redirect_schema ./taxonomy_redirect.install Implementation of hook_schema().
taxonomy_redirect_settings_form ./taxonomy_redirect.module Settings form 1
taxonomy_redirect_term_path ./taxonomy_redirect.module Implementation of hook_term_path() from the taxonomy module.
taxonomy_redirect_theme ./taxonomy_redirect.module Implementation of hook_theme().
taxonomy_redirect_uninstall ./taxonomy_redirect.install Implementation of hook_uninstall().
taxonomy_redirect_update_1 ./taxonomy_redirect.install Hook_update #1
taxonomy_redirect_update_2 ./taxonomy_redirect.install Hook_update #2
theme_taxonomy_redirect_redirects_form ./taxonomy_redirect.module Theme the taxonomy_redirect_admin form.
_taxonomy_redirect_exec_filter ./taxonomy_redirect.module Function for executing PHP code entered into the path field. If PHP code is not selected the path is returned as is. 2
_taxonomy_redirect_get_filters ./taxonomy_redirect.module Returns the available filters for the path field. 1

Other projects