Same name and namespace in other branches
  1. 4.7.x includes/common.inc \drupal_clear_path_cache()
  2. 6.x includes/common.inc \drupal_clear_path_cache()
  3. 7.x 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/path.module
Set an aliased path for a given Drupal path, preventing duplicates.

File

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

Code

function drupal_clear_path_cache() {
  drupal_lookup_path('wipe');
}