drupal_rebuild_path_map

Versions
4.6
drupal_rebuild_path_map()

Regenerate the path map from the information in the database.

▾ 1 function calls drupal_rebuild_path_map()

path_set_alias in modules/path.module
Set an aliased path for a given Drupal path, preventing duplicates.

Code

includes/common.inc, line 69

<?php
function drupal_rebuild_path_map() {
  drupal_get_path_map('rebuild');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.