drupal_clear_path_cache
- Versions
- 4.7 – 7
drupal_clear_path_cache()
Reset the static variable which holds the aliases mapped for this request.
Code
includes/common.inc, line 130
<?php
function drupal_clear_path_cache() {
drupal_lookup_path('wipe');
}
?>Login or register to post comments 