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_filter_empty_lines |
./taxonomy_redirect.module |
|
|
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 |
Implemetation of hook_menu(). |
|
|
taxonomy_redirect_redirects_form |
./taxonomy_redirect.module |
Redircts form |
|
1 |
taxonomy_redirect_redirects_form_submit |
./taxonomy_redirect.module |
Implementation of hook_submit for taxonomy_redirect_admin form. |
|
|
taxonomy_redirect_redirects_form_validate |
./taxonomy_redirect.module |
Implementation of hook_validate for taxonomy_redirect_admin form. |
|
|
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_update_1 |
./taxonomy_redirect.install |
hook_update #1 |
|
|
taxonomy_redirect_update_2 |
./taxonomy_redirect.install |
hook_update #2 |
|
|
taxonomy_redirect_update_3 |
./taxonomy_redirect.install |
hook_update #3 |
|
|
taxonomy_redirect_update_4 |
./taxonomy_redirect.install |
hook_update #4 |
|
|
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 |
|