function drupal_clear_path_cache in Drupal 4
Same name and namespace in other branches
- 5 includes/common.inc \drupal_clear_path_cache()
- 6 includes/common.inc \drupal_clear_path_cache()
- 7 includes/path.inc \drupal_clear_path_cache()
Reset the static variable which holds the aliases mapped for this request.
1 call to drupal_clear_path_cache()
- path_set_alias in modules/
path.module - Set an aliased path for a given Drupal path, preventing duplicates.
File
- includes/
common.inc, line 124 - Common functions that many Drupal modules will need to reference.
Code
function drupal_clear_path_cache() {
drupal_lookup_path('wipe');
}