drupal_rebuild_path_map

Definition

drupal_rebuild_path_map()
includes/common.inc, line 69

Description

Regenerate the path map from the information in the database.

Code

<?php
function drupal_rebuild_path_map() {
  drupal_get_path_map('rebuild');
}
?>
 
 

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.