Regenerate the path map from the information in the database.

1 call to drupal_rebuild_path_map()
path_set_alias in modules/path.module
Set an aliased path for a given Drupal path, preventing duplicates.

File

includes/common.inc, line 69
Common functions that many Drupal modules will need to reference.

Code

function drupal_rebuild_path_map() {
  drupal_get_path_map('rebuild');
}