You are here

function hook_pathauto_bulkupdate in Pathauto 6

7 functions implement hook_pathauto_bulkupdate()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

blog_pathauto_bulkupdate in ./pathauto_user.inc
Bulk generate aliases for all blogs without aliases.
contact_pathauto_bulkupdate in ./pathauto_user.inc
Bulk generate aliases for all users without aliases
forum_pathauto_bulkupdate in ./pathauto_taxonomy.inc
Generate aliases for all forums and forum containers without aliases.
node_pathauto_bulkupdate in ./pathauto_node.inc
Generate aliases for all nodes without aliases.
taxonomy_pathauto_bulkupdate in ./pathauto_taxonomy.inc
Generate aliases for all categories without aliases.

... See full list

File

./pathauto.api.php, line 17
Documentation for pathauto API.

Code

function hook_pathauto_bulkupdate() {
}