You are here

Functions in Pathauto 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
blog_pathauto ./pathauto_user.inc Implementation of hook_pathauto() for blog aliases.
blog_pathauto_bulkupdate ./pathauto_user.inc Bulk generate aliases for all blogs without aliases.
forum_pathauto ./pathauto_taxonomy.inc Implementation of hook_pathauto() for forum module.
forum_pathauto_bulkupdate ./pathauto_taxonomy.inc Generate aliases for all forums and forum containers without aliases.
node_pathauto ./pathauto_node.inc Implementation of hook_pathauto().
node_pathauto_bulkupdate ./pathauto_node.inc Generate aliases for all nodes without aliases.
pathauto_admin_delete ./pathauto.module Menu callback; select certain alias types to delete. 1
pathauto_admin_delete_submit ./pathauto.module Process pathauto_admin_delete form submissions.
pathauto_admin_settings ./pathauto.module Form builder; Configure the Pathauto system. 1
pathauto_admin_settings_validate ./pathauto.module Validate pathauto_admin_settings form submissions.
pathauto_cleanstring ./pathauto.inc Clean up a string value provided by a module. 2
pathauto_clean_token_values ./pathauto.inc Clean tokens so they are URL friendly. 1
pathauto_create_alias ./pathauto.inc Apply patterns to create an alias. 8
pathauto_form_alter ./pathauto.module Implementation of hook_form_alter().
pathauto_get_placeholders ./pathauto.inc Generalized function to get tokens across all Pathauto types. 8
pathauto_help ./pathauto.module Implementation of hook_help().
pathauto_install ./pathauto.install Implementation of hook_install().
pathauto_menu ./pathauto.module Implementation of hook_menu().
pathauto_nodeapi ./pathauto.module Implementation of hook_nodeapi().
pathauto_node_operations ./pathauto.module Implementation of hook_node_operations().
pathauto_node_operations_update ./pathauto.module Callback function for updating node aliases. 1
pathauto_path_alias_types ./pathauto.module Implementation of hook_path_alias_types().
pathauto_perm ./pathauto.module Implementation of hook_perm().
pathauto_punctuation_chars ./pathauto.inc Return an array of arrays for punctuation values. 3
pathauto_taxonomy ./pathauto.module Implementation of hook_taxonomy().
pathauto_token_list ./pathauto.module Implementation of hook_token_list() for Pathauto specific tokens.
pathauto_token_values ./pathauto.module Implementation of hook_token_values() for Pathauto specific tokens.
pathauto_uninstall ./pathauto.install Implementation of hook_uninstall().
pathauto_update_1 ./pathauto.install Set the weight a little heavier to allow taxonomy to do its work.
pathauto_update_2 ./pathauto.install Increase the maximum length of variable names from 48 to 128.
pathauto_update_3 ./pathauto.install Delete the pathauto_node_supportsfeeds.
pathauto_update_4 ./pathauto.install New style naming for the punctuation chars.
pathauto_update_5 ./pathauto.install Create a table so that we can track which items we keep And eventually to improve join performance
pathauto_update_6 ./pathauto.install Remove some variables that are no longer used.
pathauto_update_7 ./pathauto.install Remove the url_alias_extra table which wasn't used.
pathauto_user ./pathauto.module Implementation of hook_user() for users, trackers, and blogs.
taxonomy_pathauto ./pathauto_taxonomy.inc Implementation of hook_pathauto() for taxonomy module.
taxonomy_pathauto_bulkupdate ./pathauto_taxonomy.inc Generate aliases for all categories without aliases.
tracker_pathauto ./pathauto_user.inc Implementation of hook_pathauto() for user-tracker aliases.
tracker_pathauto_bulkupdate ./pathauto_user.inc Bulk generate aliases for user trackers without aliases.
user_pathauto ./pathauto_user.inc Implementation of hook_pathauto() for user aliases.
user_pathauto_bulkupdate ./pathauto_user.inc Bulk generate aliases for all users without aliases.
_pathauto_alias_exists ./pathauto.inc Check to see if there is already an alias pointing to a different item. 1
_pathauto_check_pattern ./pathauto.module Helper function for pathauto_admin_settings(). 1
_pathauto_existing_alias_data ./pathauto.inc Returns old alias and pid if there is already an alias pointing to a different item. 1
_pathauto_include ./pathauto.module Include all Pathauto include files. 6
_pathauto_path_is_callback ./pathauto.inc Verify if the given path is a valid menu callback. 1
_pathauto_set_alias ./pathauto.inc Private function for Pathauto to create an alias. 1
_taxonomy_pathauto_alias ./pathauto_taxonomy.inc Create aliases for taxonomy objects. 3

Other projects