| 5 common.inc | drupal_clear_path_cache() |
| 6 common.inc | drupal_clear_path_cache() |
| 7 path.inc | drupal_clear_path_cache($source = NULL) |
| 8 path.inc | drupal_clear_path_cache($source = NULL) |
Reset the static variable which holds the aliases mapped for this request.
1 call to drupal_clear_path_cache()
File
- includes/
common.inc, line 136 - Common functions that many Drupal modules will need to reference.
Code
function drupal_clear_path_cache() {
drupal_lookup_path('wipe');
}
Login or register to post comments