function nodesymlinks_pathauto_bulkupdate in NodeSymlinks 6
Implementation of hook_pathauto_bulkupdate().
Deprecated
since Pathauto 2.x
For Pathauto 1.x
See also
pathauto.api.inc, pathauto.admin.inc:260
File
- ./
nodesymlinks.module, line 256 - Node Symlinks allows creating duplicate menu links with unique id to all nodes. As a result all these duplicates have unique menu trails and breadcrumbs.
Code
function nodesymlinks_pathauto_bulkupdate() {
_nodesymlinks_include('pathauto');
_nodesymlinks_pathauto_bulkupdate();
}